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

C / C++ / MFC

 
GeneralRe: How to retain the state of check box in a dialog box in MFC.? Pin
mbatra316-Aug-12 2:21
mbatra316-Aug-12 2:21 
Generalget the txt of wordArt with VBA (C++ code) Pin
BCN-1635-Aug-12 20:21
BCN-1635-Aug-12 20:21 
QuestionRe: get the txt of wordArt with VBA Pin
CPallini5-Aug-12 21:03
mveCPallini5-Aug-12 21:03 
AnswerRe: get the txt of wordArt with VBA Pin
BCN-1635-Aug-12 21:17
BCN-1635-Aug-12 21:17 
QuestionMFC Ribbon Status Bar in VS2010 Pin
Rishav Prabhakar5-Aug-12 19:22
Rishav Prabhakar5-Aug-12 19:22 
QuestionCalling main from within Windows application Pin
PierreBokma5-Aug-12 3:34
PierreBokma5-Aug-12 3:34 
AnswerRe: Calling main from within Windows application Pin
Richard MacCutchan5-Aug-12 6:51
mveRichard MacCutchan5-Aug-12 6:51 
AnswerRe: Calling main from within Windows application Pin
jschell5-Aug-12 7:53
jschell5-Aug-12 7:53 
If the application has any console output/input then using system() per the other suggestion would probably be the best choice.

If not and you want to call main() directly then just create an array with three entries ("10", "w", "30") and set argc to 3.
AnswerRe: Calling main from within Windows application Pin
pasztorpisti5-Aug-12 15:08
pasztorpisti5-Aug-12 15:08 
AnswerRe: Calling main from within Windows application Pin
Software_Developer5-Aug-12 18:37
Software_Developer5-Aug-12 18:37 
QuestionBEX runtime error! Pin
Le@rner2-Aug-12 18:54
Le@rner2-Aug-12 18:54 
AnswerRe: BEX runtime error! Pin
Peter_in_27802-Aug-12 19:04
professionalPeter_in_27802-Aug-12 19:04 
AnswerRe: BEX runtime error! Pin
Richard MacCutchan2-Aug-12 21:21
mveRichard MacCutchan2-Aug-12 21:21 
AnswerRe: BEX runtime error! Pin
enhzflep2-Aug-12 23:41
enhzflep2-Aug-12 23:41 
AnswerRe: BEX runtime error! Pin
Software_Developer3-Aug-12 0:34
Software_Developer3-Aug-12 0:34 
AnswerRe: BEX runtime error! Pin
Wes Aday3-Aug-12 6:54
professionalWes Aday3-Aug-12 6:54 
Questioncalling a user32.lib method in c++ application gives Linker error Pin
Virendra_ec102-Aug-12 2:31
Virendra_ec102-Aug-12 2:31 
AnswerRe: calling a user32.lib method in c++ application gives Linker error Pin
Mass Nerder2-Aug-12 3:27
Mass Nerder2-Aug-12 3:27 
Questionwait for more than 5 seconds on a custom combobox dropdown list control causes win32 C++ application hangs in Windows7 Pin
Virendra_ec102-Aug-12 2:23
Virendra_ec102-Aug-12 2:23 
AnswerRe: wait for more than 5 seconds on a custom combobox dropdown list control causes win32 C++ application hangs in Windows7 Pin
pasztorpisti2-Aug-12 3:58
pasztorpisti2-Aug-12 3:58 
AnswerRe: wait for more than 5 seconds on a custom combobox dropdown list control causes win32 C++ application hangs in Windows7 Pin
_AnsHUMAN_ 2-Aug-12 3:59
_AnsHUMAN_ 2-Aug-12 3:59 
GeneralRe: wait for more than 5 seconds on a custom combobox dropdown list control causes win32 C++ application hangs in Windows7 Pin
Stephen Hewitt3-Aug-12 6:34
Stephen Hewitt3-Aug-12 6:34 
GeneralRe: wait for more than 5 seconds on a custom combobox dropdown list control causes win32 C++ application hangs in Windows7 Pin
Virendra_ec1012-Aug-12 20:37
Virendra_ec1012-Aug-12 20:37 
QuestionRe: wait for more than 5 seconds on a custom combobox dropdown list control causes win32 C++ application hangs in Windows7 Pin
David Crow2-Aug-12 6:55
David Crow2-Aug-12 6:55 
AnswerRe: wait for more than 5 seconds on a custom combobox dropdown list control causes win32 C++ application hangs in Windows7 Pin
Virendra_ec1012-Aug-12 20:39
Virendra_ec1012-Aug-12 20: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.