



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Learn how to create a new win32 gui application project using visual studio. This guide covers creating a new project, adding existing files, and creating a new c++ source file.
Typology: Study notes
1 / 5
This page cannot be seen from the preview
Don't miss anything!




Follow the following steps to create a WIN32 GUI based application project
1- select FILE from the main menu 2- select NEW
The following window will appear
In the above window, you need to do the following 5 things
After performing above 5 tasks, the following window will be appeared
In this window you need to do the following
After performing the above 2 tasks, the following window will be appeared in front of you.
your project has been created
To add an already created file,
To add a new file in your project, do the following steps
After performing above tasks, your new file will be added into your project.