Click here to Skip to main content
15,887,485 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionGlobal value... [modified] Pin
Shah Satish29-Jan-07 7:08
Shah Satish29-Jan-07 7:08 
AnswerRe: Global value... Pin
Michael Dunn29-Jan-07 7:12
sitebuilderMichael Dunn29-Jan-07 7:12 
QuestionRe: Global value... Pin
David Crow29-Jan-07 7:13
David Crow29-Jan-07 7:13 
AnswerRe: Global value... Pin
Laxman Auti30-Jan-07 2:56
Laxman Auti30-Jan-07 2:56 
GeneralRe: Global value... Pin
Shah Satish30-Jan-07 2:58
Shah Satish30-Jan-07 2:58 
GeneralRe: Global value... Pin
Laxman Auti30-Jan-07 3:28
Laxman Auti30-Jan-07 3:28 
QuestionVisual Studio 2005 Express Edition WIN32 App Template Pin
cgb14329-Jan-07 6:53
cgb14329-Jan-07 6:53 
AnswerRe: Visual Studio 2005 Express Edition WIN32 App Template Pin
Mark Salsbery29-Jan-07 7:06
Mark Salsbery29-Jan-07 7:06 
From Using Visual C++ 2005 Express Edition with the Microsoft Platform SDK[^]...

In Visual C++ Express, the Win32 Windows Application type is disabled in the Win32 Application
Wizard. To enable that type, you need to edit the file AppSettings.htm file located in the
folder
“%ProgramFiles%\Microsoft Visual Studio 8\VC\VCWizards\AppWiz\Generic\Application\html\1033\".

In a text editor comment out lines 441 - 444 by putting a // in front of them as shown here:

// WIN_APP.disabled = true;
// WIN_APP_LABEL.disabled = true;
// DLL_APP.disabled = true;
// DLL_APP_LABEL.disabled = true;

Save and close the file and open Visual C++ Express.

From the File menu, click New Project. In the New Project dialog box, expand the Visual C++
node in the Product Types tree and then click Win32. Click on the Win32 Console Application
template and then give your project a name and click OK. In the Win32 Application Wizard
dialog box, make sure that Windows application is selected as the Application type and the ATL
is not selected. Click the Finish button to generate the project.

As a final step, test your project by clicking the Start button in the IDE or by pressing F5.
Your Win32 application should build and run.
GeneralRe: Visual Studio 2005 Express Edition WIN32 App Template Pin
cgb14329-Jan-07 7:28
cgb14329-Jan-07 7:28 
QuestionRegarding Microsoft Excel Pin
Member 377268029-Jan-07 5:39
Member 377268029-Jan-07 5:39 
AnswerRe: Regarding Microsoft Excel Pin
Wes Aday29-Jan-07 8:01
professionalWes Aday29-Jan-07 8:01 
AnswerRe: Regarding Microsoft Excel Pin
Hamid_RT29-Jan-07 18:28
Hamid_RT29-Jan-07 18:28 
Questionengine Pin
reyyy29-Jan-07 4:58
reyyy29-Jan-07 4:58 
AnswerRe: engine Pin
David Crow29-Jan-07 5:32
David Crow29-Jan-07 5:32 
GeneralRe: engine Pin
reyyy29-Jan-07 5:35
reyyy29-Jan-07 5:35 
GeneralRe: engine Pin
James R. Twine29-Jan-07 7:17
James R. Twine29-Jan-07 7:17 
QuestionHow to Monitor the Exchange Data Between Driver and Software Application Pin
Khoramdin29-Jan-07 3:41
Khoramdin29-Jan-07 3:41 
QuestionHow to read SQL server performance counter objects details... from 'sqlctr80.dll' Pin
pbrathod29-Jan-07 3:38
pbrathod29-Jan-07 3:38 
QuestionSelection change in dialog box.. Pin
Shah Satish29-Jan-07 2:03
Shah Satish29-Jan-07 2:03 
AnswerRe: Selection change in dialog box.. Pin
Don Box29-Jan-07 2:09
Don Box29-Jan-07 2:09 
QuestionRe: Selection change in dialog box.. Pin
prasad_som29-Jan-07 2:38
prasad_som29-Jan-07 2:38 
QuestionClick on CStatic Pin
baerten29-Jan-07 1:58
baerten29-Jan-07 1:58 
AnswerRe: Click on CStatic Pin
Don Box29-Jan-07 2:22
Don Box29-Jan-07 2:22 
AnswerRe: Click on CStatic Pin
prasad_som29-Jan-07 2:29
prasad_som29-Jan-07 2:29 
JokeThanks you two Pin
baerten29-Jan-07 4:05
baerten29-Jan-07 4:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.