Click here to Skip to main content
15,886,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhat is The Font??? For the Bottomless RicheditCtrl ??? Pin
ForNow3-May-09 9:03
ForNow3-May-09 9:03 
AnswerRe: What is The Font??? For the Bottomless RicheditCtrl ??? Pin
Randor 3-May-09 17:11
professional Randor 3-May-09 17:11 
GeneralRe: What is The Font??? For the Bottomless RicheditCtrl ??? Pin
ForNow3-May-09 22:58
ForNow3-May-09 22:58 
QuestionChanging FONT of CommandBar.MenuBar buttons in Windows Mobile Pin
Tili3-May-09 7:41
Tili3-May-09 7:41 
QuestionHow to create a CMFCListView that would replace the CListView that currently is not able to use new CMFCListCtrl Pin
Sorin Sbarnea3-May-09 7:08
Sorin Sbarnea3-May-09 7:08 
Questionvisual studio 2005 configuration Pin
Danzy833-May-09 4:03
Danzy833-May-09 4:03 
AnswerRe: visual studio 2005 configuration [modified] Pin
NeoAks0073-May-09 5:07
NeoAks0073-May-09 5:07 
GeneralRe: visual studio 2005 configuration Pin
Danzy833-May-09 6:57
Danzy833-May-09 6:57 
The application was programmed neither as MFC nor CLR but rather, in the old style of Win32 API Programming (Windows Application). A typical Win32 application is a very short application shown below.

#include <windows.h>

int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInst, LPSTR lpCmdLine, int nCmdShow)
{
    MessageBox(NULL, "I want to make configurations to Visual Studio 2005", "Help", MB_ICONINFORMATION)

    return 0;
}

The above application, if compiled with Visual Studio 2005 (VC++ 2005) does not run on a system running windows that does not have .net framework installed. The system reports that the application configuration is incorrect, and that the application needs to be reinstalled.
However, the same application if compiled with VC++ 6 can run on any system running windows that does not have .net framework installed on it. It can even run on Vista, which I have tried myself. I need to make this configuration so that the application does not require .net framework before it runs.
GeneralRe: visual studio 2005 configuration Pin
Cedric Moonen3-May-09 7:24
Cedric Moonen3-May-09 7:24 
Questiongenerate a file after specific time Pin
saif jee3-May-09 3:34
saif jee3-May-09 3:34 
AnswerRe: generate a file after specific time Pin
enhzflep3-May-09 3:45
enhzflep3-May-09 3:45 
AnswerRe: generate a file after specific time Pin
Joe Woodbury3-May-09 14:27
professionalJoe Woodbury3-May-09 14:27 
Questionsomething about the handle of process Pin
tyr20003-May-09 2:09
tyr20003-May-09 2:09 
AnswerRe: something about the handle of process Pin
Hamid_RT3-May-09 2:22
Hamid_RT3-May-09 2:22 
GeneralRe: something about the handle of process Pin
tyr20003-May-09 2:27
tyr20003-May-09 2:27 
GeneralRe: something about the handle of process Pin
enhzflep3-May-09 3:07
enhzflep3-May-09 3:07 
GeneralRe: something about the handle of process Pin
tyr20003-May-09 3:17
tyr20003-May-09 3:17 
GeneralRe: something about the handle of process [modified] Pin
enhzflep3-May-09 3:29
enhzflep3-May-09 3:29 
GeneralRe: something about the handle of process Pin
tyr20004-May-09 4:01
tyr20004-May-09 4:01 
JokeRe: something about the handle of process Pin
Niklas L5-May-09 3:53
Niklas L5-May-09 3:53 
QuestionTemplate Class [modified] Pin
Mikey_H2-May-09 20:49
Mikey_H2-May-09 20:49 
QuestionRe: Template Class Pin
NeoAks0073-May-09 5:24
NeoAks0073-May-09 5:24 
GeneralRe: Template Class [modified] Pin
Mikey_H3-May-09 13:43
Mikey_H3-May-09 13:43 
GeneralRe: Template Class Pin
Joe Woodbury3-May-09 14:32
professionalJoe Woodbury3-May-09 14:32 
GeneralRe: Template Class Pin
Mikey_H3-May-09 15:39
Mikey_H3-May-09 15:39 

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.