Thread: Visual C++ IDE
View Single Post
  #3  
Old 14-02-2006, 06:29
Quall999's Avatar
Quall999 Quall999 is offline
Registered User
 
Join Date: Jun 2002
Location: In a garbage can, like Oscar
Posts: 3,361
Thanks: 0
Thanked 20 Times in 4 Posts
Quall999 is on a distinguished road
I think I know what you are talking about. When you create a visual C++ MFC app in vs2005, it gives you all these context menus and the basics, but it does not give you a form for the main window to edit like c# or VB.

You can fix this if you want. You can actually specify it to be a CFormView instead of a CForm. CFormView is the "visual" part of visual C++.

Go Here:
http://www.functionx.com/visualc/controls/forms.htm

Look at number 6 of that tutorial. In the last tab of the wizard, you choose the properties of #6 in the tutorial. Change the Base class to a CFormView.


Unfortunately, I don't know any other IDE's to help, but hopefully this post is what you are talking about.
Your main form will be editable like this:
http://img490.imageshack.us/my.php?i...ntitled4xd.png
__________________
--v1.0 [COLOR=Gray]case modded[/COLOR] Xbox with a [COLOR=DarkGreen]160gb[/COLOR] HDD upgrade[URL="irc://irc.efnet.net/fileforums"] [/URL]

Last edited by Quall999; 14-02-2006 at 06:43.
Reply With Quote