mwong7025
January 10th, 2006, 08:33 PM
I am using VC++ in .Net, but I can get the control menu for adding controls such as edit or combobox. In VC++ 6.0, then is control menu for it. Am I missing something? How can I activate the control menu?
|
Click to See Complete Forum and Search --> : .Net C++ dialog control mwong7025 January 10th, 2006, 08:33 PM I am using VC++ in .Net, but I can get the control menu for adding controls such as edit or combobox. In VC++ 6.0, then is control menu for it. Am I missing something? How can I activate the control menu? Andreas Masur January 11th, 2006, 02:49 AM Using the menu command 'View -> Toolbox' or the 'Ctrl + Alt + X' shortcut keys... mwong7025 January 11th, 2006, 12:58 PM I tried that, but my toolbox window has nothing in it. Installation problem? mwong7025 January 11th, 2006, 01:06 PM OK, after I clicked "Show All Tabs", I see the Dialog Editor tab, but the controls in the tabs are disable (grayed out), why? How to enbale them? Andreas Masur January 11th, 2006, 01:11 PM OK, after I clicked "Show All Tabs", I see the Dialog Editor tab, but the controls in the tabs are disable (grayed out), why? How to enbale them? They are being enabled automatically as soon as you open a resource (dialog etc.) in the editor... mwong7025 January 11th, 2006, 01:19 PM My diglog is open, the controls are still disabled!? Andreas Masur January 11th, 2006, 04:26 PM Well...then I don't have much of an idea at the moment...can you zip your project (excluding the debug and relase folder) and post it here? darwen January 15th, 2006, 05:54 AM You need to open the dialog in the forms editor : not the source code. If you're using VC++2002 you can't do this. It's only available in 2003 and 2005. Darwen. codeguru.com
Copyright WebMediaBrands Inc., All Rights Reserved. |