Welcome to C++ Form Programming using Visual Studio 13 1. Open Visual Studio 13. 2. Go to File->New->Project. 3. Go to Visual C++ and choose CLR Empty Project. 4. After this go to : 5. Go to Visual C++ -> UI -> Select Windows Form. Will Look like this -> 6. Now Right click on Project<your project number> ( mine is Project6 so i will select Project6) and select properties and do same as me. 7. Go to Linker and under this select System and then select SubSystem from menu and click bottom-faced arrow and select the same as below. 8. Now, select Advanced, An Entry point row will come in menu and type "main" (without quotes). 9. Click Apply and Ok. 10. Now select your .cpp file from solution explorer in the right. in my case its "MyForm.cpp" 11.Then type this code in your cpp file. #include "MyForm.h" using namespace System; using namespace System::Windows::Forms...
This is a C++ Graphical User Interface Developing Center and Help You can see the Tutorials as well as ask anything regarding C++ Whether CLI or GUI, We will try our best to reply you as soon as possible. Thank you
Comments
Post a Comment