|
Well, like I said, it is normal for a menu bar to have minimal visible appearance if it doesn't have any associated menus or menu items. Are you saying that attaching the menu object doesn't help with the toolbar either?
Since you said the original problem is that the toolbar is appearing in the wrong place, have you tried just altering the dimensions of the dialog itself?
Isn't Visual Studio 2005 VC++ based on .NET? I'm sure it supports .NET, but I'm not sure if that is the only option. Your code doesn't look like normal .NET to me - in fact, with .NET and .NETcf, you can usually just use the graphic designer to draw the features you want rather than creating everything in code, although creating the code does work if you need it (actually, the drawing environment just generates the code for you).
|