- Fixed toolbars in SDI App
Hi,I have a SDI app to which I need to add a second fixed toolbar positioned to the right of the first one. Does anyone know how to do this?Thanks for any help,Royce...
- Fixed splitter window
Hello, for the moment I have an apllication with a resizable splitterwindow. However, now I modified my project to contain tabbed views, each one containing a splitter window. It would be pretty handy if either I would know how to make fixed splitter windows.If possible, could you also let me know h...
- fixed sized structures
Hello,I want to have a structure which its size be a fixed value (say 256). I amdoing this normally as follow:struct FIXED_SIZE_STRUC{int X;int Y;int Z;BYTE Buffer[256-(sizeof(int)+sizeof(int)+sizeof(int))];};The Buffer make the size of the structure to 256. Is there any better way todo thi...
- fixed sized structures
Hello, I want to have a structure which its size be a fixed value (say 256). I am doing this normally as follow: struct FIXED_SIZE_STRUC { int X; int Y; int Z; BYTE Buffer[256-(sizeof(int)+sizeof(int)+sizeof(int))]; }; The Buffer make the size of the structure to 256. Is there any better way to...
- Fixed Size Splitter
Hi, it's a simple question i guess but i still couldn't find the answer. As subject states, how can i create splitters that cannot be resized?I use CreateStatic to create the splitters, but still they're resizable.Thanks in advance....
- Fixed size font in CListCtrl
HeyHow do i change the font in a CListCtrl to a fixed size one ) ? I need to change it to a fixed size one like courier new, or something like it...Thanks in advancePedro...