Computer Science Canada

C++ Visual studios

Author:  Velocity [ Thu Nov 17, 2011 3:21 pm ]
Post subject:  C++ Visual studios

How do you do GUI with visual studios c++ 2008? +bits

Author:  md [ Wed Nov 23, 2011 10:27 am ]
Post subject:  RE:C++ Visual studios

Not a tutorial, moved to help.

Author:  hamid14 [ Thu Dec 22, 2011 3:28 pm ]
Post subject:  Re: C++ Visual studios

see this kb http://support.microsoft.com/kb/815667
hope that helps

Author:  ttm [ 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:

Author:  Velocity [ 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!


: