C++ Visual studios
Author |
Message |
Velocity
|
Posted: Thu Nov 17, 2011 3:21 pm Post subject: C++ Visual studios |
|
|
How do you do GUI with visual studios c++ 2008? +bits |
|
|
|
|
|
Sponsor Sponsor
|
|
|
md
|
Posted: Wed Nov 23, 2011 10:27 am Post subject: RE:C++ Visual studios |
|
|
Not a tutorial, moved to help. |
|
|
|
|
|
hamid14
|
|
|
|
|
ttm
|
Posted: Thu Dec 22, 2011 4:48 pm Post subject: Re: C++ Visual studios |
|
|
In the current version of Visual Studio that I'm using, there is no intellisense for C++, so I recommend doing Visual Studio GUI stuff in another language (VB or C#).
Go create a new project, its type should be "Windows Forms Application". In .NET, windows are called forms. You are presented with a sample window. If you press F5, that window will pop up. You can drag and drop controls (buttons, textboxes, etc) from the toolbox panel. (If you don't see it, press Ctrl+Alt+X). To start coding stuff, go View -> Code. From there you can start following these:
|
|
|
|
|
|
Velocity
|
Posted: Mon Dec 26, 2011 11:31 am Post subject: RE:C++ Visual studios |
|
|
wow thanks alot guys! I was looking fro this for a long time! |
|
|
|
|
|
|
|