Click here to Skip to main content
16,006,348 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: modeless dialog Pin
jhwurmbach24-Nov-03 2:22
jhwurmbach24-Nov-03 2:22 
GeneralRe: modeless dialog Pin
valikac24-Nov-03 5:45
valikac24-Nov-03 5:45 
Generalwww.itbooksearch.com.Huge IT ebook resources,You need not amazon any more. Each $4. Pin
Anonymous24-Nov-03 2:02
Anonymous24-Nov-03 2:02 
GeneralGetting a network device detail Pin
Ilamparithi24-Nov-03 1:47
Ilamparithi24-Nov-03 1:47 
GeneralRe: Getting a network device detail Pin
Alexander M.,24-Nov-03 3:42
Alexander M.,24-Nov-03 3:42 
GeneralRe: Getting a network device detail Pin
Ilamparithi24-Nov-03 4:32
Ilamparithi24-Nov-03 4:32 
GeneralWaiting a process Pin
chadell24-Nov-03 0:50
chadell24-Nov-03 0:50 
GeneralRe: Waiting a process Pin
Mike Dimmick24-Nov-03 1:45
Mike Dimmick24-Nov-03 1:45 
Add SEE_MASK_NOCLOSEPROCESS to the fMask member of your SHELLEXECUTEINFO structure. The process's handle will be returned in the hProcess member. You can then pass this to WaitForSingleObject, which will return when the process exits. You could also use one of the other XxxWaitForZzz functions.

Don't forget to call CloseHandle on the process handle once the WaitFor function returns.

An alternative is to use CreateProcess rather than ShellExecuteEx.
GeneralLoad BMP image by IExplorer using MFC Pin
zenta24-Nov-03 0:32
zenta24-Nov-03 0:32 
Generaltrying to get methods and properties of access table Pin
helpapp24-Nov-03 0:26
helpapp24-Nov-03 0:26 
GeneralClistCtrl Problem. Pin
Prakash Nadar24-Nov-03 0:09
Prakash Nadar24-Nov-03 0:09 
GeneralRe: ClistCtrl Problem. Pin
David Crow24-Nov-03 2:30
David Crow24-Nov-03 2:30 
GeneralRe: ClistCtrl Problem. Pin
Anonymous24-Nov-03 2:46
Anonymous24-Nov-03 2:46 
GeneralRe: ClistCtrl Problem. Pin
David Crow24-Nov-03 2:52
David Crow24-Nov-03 2:52 
GeneralDetect closing of application from windows Pin
Manfred Staiger23-Nov-03 23:58
Manfred Staiger23-Nov-03 23:58 
GeneralRe: Detect closing of application from windows Pin
bnn3nasdfasdfa24-Nov-03 1:56
bnn3nasdfasdfa24-Nov-03 1:56 
GeneralRe: Detect closing of application from windows Pin
David Crow24-Nov-03 2:32
David Crow24-Nov-03 2:32 
GeneralRe: Detect closing of application from windows Pin
Manfred Staiger24-Nov-03 2:45
Manfred Staiger24-Nov-03 2:45 
GeneralError while changing to Release Version Pin
ramya8323-Nov-03 22:15
ramya8323-Nov-03 22:15 
GeneralRe: Error while changing to Release Version Pin
Ilamparithi23-Nov-03 22:39
Ilamparithi23-Nov-03 22:39 
GeneralRe: Error while changing to Release Version Pin
David Crow24-Nov-03 2:34
David Crow24-Nov-03 2:34 
GeneralLANA Numbers Pin
BaldwinMartin23-Nov-03 21:55
BaldwinMartin23-Nov-03 21:55 
GeneralRe: LANA Numbers Pin
Ilamparithi23-Nov-03 23:36
Ilamparithi23-Nov-03 23:36 
GeneralRe: LANA Numbers Pin
Anonymous23-Nov-03 23:54
Anonymous23-Nov-03 23:54 
GeneralRe: LANA Numbers Pin
Ilamparithi24-Nov-03 1:29
Ilamparithi24-Nov-03 1:29 

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.