i have visual c++ 2008 and i need help with the "visual" part
any1 know of any guides to the visual part of visual c++
Three answers:
anonymous
2009-02-10 16:51:35 UTC
You create a project in Visual C++ by doing a File | New and select project. For a GUI application you want to select a Windows Form application to start.
Building GUIs with a RAD is the easiest part. Just drag and drop the elements onto the form. Then, double click on each element in the editor to apply linking actions to each element.
You can search for "Visual C++ Video Tutorials" on Google, too.
anonymous
2009-02-10 16:15:02 UTC
If you are talking about managed C++ then Why dont you use another language that is designed for managed enviroment like C#?
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.