Click here to Skip to main content
15,888,212 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Sending Video through Network Pin
Alexander M.,17-Sep-05 11:36
Alexander M.,17-Sep-05 11:36 
Questioncapturing web cam Pin
ali kanju16-Sep-05 22:54
ali kanju16-Sep-05 22:54 
AnswerRe: capturing web cam Pin
ThatsAlok16-Sep-05 23:32
ThatsAlok16-Sep-05 23:32 
QuestionUSB HID MFC Class Pin
karmendra_js16-Sep-05 22:36
karmendra_js16-Sep-05 22:36 
AnswerRe: USB HID MFC Class Pin
karmendra_js16-Sep-05 23:42
karmendra_js16-Sep-05 23:42 
GeneralRe: USB HID MFC Class Pin
ThatsAlok17-Sep-05 1:34
ThatsAlok17-Sep-05 1:34 
GeneralRe: USB HID MFC Class Pin
karmendra_js18-Sep-05 2:16
karmendra_js18-Sep-05 2:16 
QuestionBest way to specify an exit code of a dialog-based MFC application. Pin
Member 228280216-Sep-05 21:49
Member 228280216-Sep-05 21:49 
Hi,
I am trying to specify an exit code of a dialog-based MFC application. One way I have found is to directly set the m_msgCur.wParam of the CWinApp class.

For example

BOOL CImportArinApp::InitInstance()
{
m_msgCur.wParam = 2;
return FALSE;
}

Is there a better way to specify the exit code of a dialog-based MFC application?

Thanks,
Sravan
AnswerRe: Best way to specify an exit code of a dialog-based MFC application. Pin
ThatsAlok16-Sep-05 21:53
ThatsAlok16-Sep-05 21:53 
GeneralRe: Best way to specify an exit code of a dialog-based MFC application. Pin
benjnp17-Sep-05 3:07
benjnp17-Sep-05 3:07 
GeneralRe: Best way to specify an exit code of a dialog-based MFC application. Pin
ThatsAlok18-Sep-05 18:13
ThatsAlok18-Sep-05 18:13 
AnswerRe: Best way to specify an exit code of a dialog-based MFC application. Pin
Achim Klein17-Sep-05 5:04
Achim Klein17-Sep-05 5:04 
QuestionMultiple Zoom in One View Pin
Member 85909616-Sep-05 21:35
Member 85909616-Sep-05 21:35 
QuestionRead bytes from a memory mapped file Pin
neliocc16-Sep-05 21:22
neliocc16-Sep-05 21:22 
AnswerRe: Read bytes from a memory mapped file Pin
Matt Godbolt17-Sep-05 0:22
Matt Godbolt17-Sep-05 0:22 
AnswerRe: Read bytes from a memory mapped file Pin
Alexander M.,17-Sep-05 11:41
Alexander M.,17-Sep-05 11:41 
QuestionDLL function calling Pin
Ahsan Askare16-Sep-05 18:49
Ahsan Askare16-Sep-05 18:49 
AnswerRe: DLL function calling Pin
S. Senthil Kumar16-Sep-05 19:34
S. Senthil Kumar16-Sep-05 19:34 
GeneralRe: DLL function calling Pin
Ahsan Askare16-Sep-05 20:58
Ahsan Askare16-Sep-05 20:58 
GeneralRe: DLL function calling Pin
S. Senthil Kumar16-Sep-05 21:00
S. Senthil Kumar16-Sep-05 21:00 
AnswerRe: DLL function calling Pin
ThatsAlok16-Sep-05 19:57
ThatsAlok16-Sep-05 19:57 
AnswerRe: DLL function calling Pin
ky_rerun17-Sep-05 10:25
ky_rerun17-Sep-05 10:25 
QuestionInteract with Windows Services Pin
Laji5916-Sep-05 18:04
Laji5916-Sep-05 18:04 
AnswerRe: Interact with Windows Services Pin
ThatsAlok16-Sep-05 21:01
ThatsAlok16-Sep-05 21:01 
GeneralRe: Interact with Windows Services Pin
Laji5916-Sep-05 21:55
Laji5916-Sep-05 21:55 

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.