Click here to Skip to main content
16,011,374 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRead data of multiple data types from a file Pin
JMajors9811-Jun-02 7:29
JMajors9811-Jun-02 7:29 
GeneralRe: Read data of multiple data types from a file Pin
Joaquín M López Muñoz11-Jun-02 8:47
Joaquín M López Muñoz11-Jun-02 8:47 
GeneralMemory usage of a DLL Pin
11-Jun-02 7:23
suss11-Jun-02 7:23 
GeneralCreating Access DB Programmatically Pin
perlmunger11-Jun-02 6:44
perlmunger11-Jun-02 6:44 
GeneralRe: Creating Access DB Programmatically Pin
Christian Graus11-Jun-02 11:37
protectorChristian Graus11-Jun-02 11:37 
GeneralShellExecuteEx doen't wait... Pin
Srini Kella11-Jun-02 5:44
Srini Kella11-Jun-02 5:44 
GeneralRe: ShellExecuteEx doen't wait... Pin
Jeremy Falcon11-Jun-02 6:08
professionalJeremy Falcon11-Jun-02 6:08 
GeneralRe: ShellExecuteEx doen't wait... Pin
Srini Kella11-Jun-02 7:40
Srini Kella11-Jun-02 7:40 
The Wait* functions are not going to work because, once the ShellExecute returns, the corresponding new process will already be in non-signalled state.

I got a work around:
My new process has a got window. So, I delayed the calling thread using EnumWindows() in a loop. EnumWindows() checks for the new window!! Poke tongue | ;-P

Anybody has got a better solution for this, Please!!
GeneralRe: ShellExecuteEx doen't wait... Pin
Jeremy Falcon11-Jun-02 8:11
professionalJeremy Falcon11-Jun-02 8:11 
GeneralRe: ShellExecuteEx doen't wait... Pin
Srini Kella12-Jun-02 7:09
Srini Kella12-Jun-02 7:09 
Generalcast problem Pin
act_x11-Jun-02 5:21
act_x11-Jun-02 5:21 
GeneralRe: cast problem Pin
Paul M Watt11-Jun-02 5:39
mentorPaul M Watt11-Jun-02 5:39 
GeneralRe: cast problem Pin
Christian Graus11-Jun-02 11:39
protectorChristian Graus11-Jun-02 11:39 
GeneralAn exe that presses the "Enter" key Pin
11-Jun-02 4:04
suss11-Jun-02 4:04 
GeneralRe: An exe that presses the "Enter" key Pin
dazinith11-Jun-02 4:37
dazinith11-Jun-02 4:37 
GeneralNokia Serial Data Cable Commands Pin
Lucky the code machine11-Jun-02 4:03
Lucky the code machine11-Jun-02 4:03 
QuestionFreak compiler error? Pin
oRion11-Jun-02 3:57
oRion11-Jun-02 3:57 
AnswerRe: Freak compiler error? Pin
redeemer11-Jun-02 3:58
redeemer11-Jun-02 3:58 
GeneralRe: Freak compiler error? Pin
oRion12-Jun-02 0:01
oRion12-Jun-02 0:01 
GeneralDebugging command line functions Pin
Ravi Sudhakar11-Jun-02 3:49
Ravi Sudhakar11-Jun-02 3:49 
GeneralRe: Debugging command line functions Pin
Chris Losinger11-Jun-02 3:53
professionalChris Losinger11-Jun-02 3:53 
GeneralString resource length Pin
Hugo Hallman11-Jun-02 3:30
Hugo Hallman11-Jun-02 3:30 
GeneralRe: String resource length Pin
Martin Ziacek11-Jun-02 6:22
Martin Ziacek11-Jun-02 6:22 
GeneralRe: String resource length Pin
Michael Dunn11-Jun-02 15:00
sitebuilderMichael Dunn11-Jun-02 15:00 
General9 bit serial communication Pin
11-Jun-02 2:57
suss11-Jun-02 2:57 

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.