Create a Visual C++ Wizard for Visual Studio 2005

  • http://www.codeguru.com/cpp/v-s/devstudio_macros/customappwizards/article.php/c12775__1/

    Visual Studio C++ Project Templete 만들기 

  • Creating the Project

    To create a new wizard project, go to File > New > Project and select Visual C++, and then from the list of available templates customwiz. Let's call this project "DummyWin32Wizard", because after all, that's exactly what it is. You will be asked to select the settings for this project. First, put "DummyWin32Wizard" in the "Wizard Friendly Name" edit, check the "User Interface" checkbox, and set the number of pages of the wizard to 1, because that's all what we'll need.

    When the project is created, it will have several created files that you can see in the following picture. The most important ones are described here:

    get_image.png 

'scrap' 카테고리의 다른 글

명령어5  (0) 2010.03.18
명령어6  (0) 2010.03.18
LinkError 추적하기  (0) 2010.03.18
SVN 사이트  (0) 2010.03.18
Visual Studio 단축키  (0) 2010.03.18

+ Recent posts