Click here to Skip to main content
15,908,626 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Functions in Libraries Pin
Rage30-Mar-06 2:59
professionalRage30-Mar-06 2:59 
QuestionHow to draw text while the height of the view more than 32767 ? Pin
zhonglin.liang30-Mar-06 1:26
zhonglin.liang30-Mar-06 1:26 
Questionhow to Load Exe from MFC Pin
Amit Agarrwal30-Mar-06 0:45
Amit Agarrwal30-Mar-06 0:45 
AnswerRe: how to Load Exe from MFC Pin
Nibu babu thomas30-Mar-06 0:51
Nibu babu thomas30-Mar-06 0:51 
GeneralRe: how to Load Exe from MFC Pin
Amit Agarrwal30-Mar-06 1:14
Amit Agarrwal30-Mar-06 1:14 
GeneralRe: how to Load Exe from MFC Pin
toxcct30-Mar-06 1:51
toxcct30-Mar-06 1:51 
GeneralYes!!!!! I have done it.Thanx Pin
Amit Agarrwal30-Mar-06 1:27
Amit Agarrwal30-Mar-06 1:27 
AnswerRe: how to Load Exe from MFC Pin
Hamid_RT30-Mar-06 1:29
Hamid_RT30-Mar-06 1:29 
like this
PROCESS_INFORMATION pProcessInfo;
STARTUPINFO si= {0};
si.cb = sizeof(STARTUPINFO);
BOOL bStatus = CreateProcess("Notepad.exe",NULL,NULL,NULL,NULL,CREATE_NEW_CONSOLE,NULL,NULL,&si,&pProcessInfo);

AnswerRe: how to Load Exe from MFC Pin
David Crow30-Mar-06 2:01
David Crow30-Mar-06 2:01 
QuestionDrawing on an activex control Pin
llp00na30-Mar-06 0:36
llp00na30-Mar-06 0:36 
AnswerRe: Drawing on an activex control Pin
Milton Karimbekallil30-Mar-06 4:20
Milton Karimbekallil30-Mar-06 4:20 
GeneralRe: Drawing on an activex control Pin
llp00na30-Mar-06 5:03
llp00na30-Mar-06 5:03 
QuestionPlease help me Pin
dSolariuM30-Mar-06 0:14
dSolariuM30-Mar-06 0:14 
AnswerRe: Please help me Pin
Cedric Moonen30-Mar-06 0:19
Cedric Moonen30-Mar-06 0:19 
GeneralRe: Please help me Pin
dSolariuM30-Mar-06 0:51
dSolariuM30-Mar-06 0:51 
GeneralRe: Please help me Pin
Cedric Moonen30-Mar-06 1:02
Cedric Moonen30-Mar-06 1:02 
QuestionRunning Windows NT Service on Windows Server 2003 Pin
Simes29-Mar-06 23:56
Simes29-Mar-06 23:56 
QuestionRe: Running Windows NT Service on Windows Server 2003 Pin
David Crow30-Mar-06 2:03
David Crow30-Mar-06 2:03 
AnswerRe: Running Windows NT Service on Windows Server 2003 Pin
Simes30-Mar-06 2:50
Simes30-Mar-06 2:50 
QuestionRe: Running Windows NT Service on Windows Server 2003 Pin
David Crow30-Mar-06 2:56
David Crow30-Mar-06 2:56 
AnswerRe: Running Windows NT Service on Windows Server 2003 Pin
Simes30-Mar-06 3:27
Simes30-Mar-06 3:27 
QuestionRe: Running Windows NT Service on Windows Server 2003 Pin
David Crow30-Mar-06 4:13
David Crow30-Mar-06 4:13 
AnswerRe: Running Windows NT Service on Windows Server 2003 Pin
Simes31-Mar-06 0:31
Simes31-Mar-06 0:31 
QuestionRe: Running Windows NT Service on Windows Server 2003 Pin
David Crow31-Mar-06 4:46
David Crow31-Mar-06 4:46 
AnswerRe: Running Windows NT Service on Windows Server 2003 Pin
Simes2-Apr-06 23:07
Simes2-Apr-06 23:07 

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.