Click here to Skip to main content
16,012,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: StormSimulation Pin
Mark Salsbery10-Apr-07 8:11
Mark Salsbery10-Apr-07 8:11 
GeneralRe: StormSimulation Pin
sonyama10-Apr-07 15:54
sonyama10-Apr-07 15:54 
GeneralRe: StormSimulation Pin
Mark Salsbery11-Apr-07 6:26
Mark Salsbery11-Apr-07 6:26 
AnswerRe: StormSimulation Pin
Dustin Henry10-Apr-07 8:45
Dustin Henry10-Apr-07 8:45 
GeneralRe: StormSimulation [modified] Pin
Rick York10-Apr-07 10:13
mveRick York10-Apr-07 10:13 
GeneralRe: StormSimulation Pin
Dustin Henry10-Apr-07 11:28
Dustin Henry10-Apr-07 11:28 
Questionshellexecuteex Pin
deeps_cute10-Apr-07 4:16
deeps_cute10-Apr-07 4:16 
AnswerRe: shellexecuteex Pin
Roger Stoltz10-Apr-07 4:37
Roger Stoltz10-Apr-07 4:37 
Wait on the process handle you got in the SHELLEXECUTEINFO structure with e.g. ::WaitForSingleObject(...).
Make sure you set the fMask member to include SEE_MASK_NOCLOSEPROCESS, otherwise the process handle will always be NULL.

N.B. If IE is already running, the web page will probably be displayed by the running instance of IE and in this case the process handle will be NULL since no new process was created.


"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown

GeneralRe: shellexecuteex [modified] pls help me its urgent Pin
deeps_cute10-Apr-07 4:43
deeps_cute10-Apr-07 4:43 
QuestionRe: shellexecuteex [modified] pls help me its urgent Pin
David Crow10-Apr-07 5:09
David Crow10-Apr-07 5:09 
AnswerRe: shellexecuteex [modified] pls help me its urgent Pin
deeps_cute10-Apr-07 5:11
deeps_cute10-Apr-07 5:11 
GeneralRe: shellexecuteex [modified] pls help me its urgent Pin
Roger Stoltz10-Apr-07 5:27
Roger Stoltz10-Apr-07 5:27 
GeneralRe: shellexecuteex [modified] pls help me its urgent Pin
deeps_cute10-Apr-07 17:31
deeps_cute10-Apr-07 17:31 
GeneralRe: shellexecuteex [modified] pls help me its urgent Pin
Roger Stoltz10-Apr-07 21:01
Roger Stoltz10-Apr-07 21:01 
QuestionPlease assist : Unresolved extenal errors Pin
Wamuti10-Apr-07 3:37
Wamuti10-Apr-07 3:37 
AnswerRe: Please assist : Unresolved extenal errors Pin
Iain Clarke, Warrior Programmer10-Apr-07 3:43
Iain Clarke, Warrior Programmer10-Apr-07 3:43 
Questiongetting username from windows service in VC++.Net2005 Pin
anumadhu10-Apr-07 3:33
anumadhu10-Apr-07 3:33 
QuestionHow to program about Remote Desktop Client Pin
onlysaint10-Apr-07 3:28
onlysaint10-Apr-07 3:28 
AnswerRe: How to program about Remote Desktop Client Pin
David Crow10-Apr-07 3:33
David Crow10-Apr-07 3:33 
GeneralRe: How to program about Remote Desktop Client Pin
Mark Salsbery10-Apr-07 7:23
Mark Salsbery10-Apr-07 7:23 
QuestionRe: How to program about Remote Desktop Client Pin
David Crow10-Apr-07 7:37
David Crow10-Apr-07 7:37 
QuestionPlease help me. It's urgent ! Pin
Nikhil Trivedi10-Apr-07 2:32
Nikhil Trivedi10-Apr-07 2:32 
AnswerRe: Please help me. It's urgent ! Pin
sburner10-Apr-07 2:35
sburner10-Apr-07 2:35 
AnswerRe: Please help me. It's urgent ! Pin
Nikhil Trivedi10-Apr-07 2:44
Nikhil Trivedi10-Apr-07 2:44 
GeneralRe: Please help me. It's urgent ! Pin
sburner10-Apr-07 3:09
sburner10-Apr-07 3:09 

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.