Click here to Skip to main content
15,924,036 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to change data format between unsigned char and CString? Pin
Christian Graus7-Nov-02 10:17
protectorChristian Graus7-Nov-02 10:17 
GeneralRe: How to change data format between unsigned char and CString? Pin
Tim Smith7-Nov-02 10:31
Tim Smith7-Nov-02 10:31 
AnswerRe: How to change data format between unsigned char and CString? Pin
Christian Graus7-Nov-02 10:04
protectorChristian Graus7-Nov-02 10:04 
GeneralThis maybe a dumb question.... Pin
Anonymous7-Nov-02 9:28
Anonymous7-Nov-02 9:28 
GeneralRe: This maybe a dumb question.... Pin
Joaquín M López Muñoz7-Nov-02 9:29
Joaquín M López Muñoz7-Nov-02 9:29 
GeneralRe: This maybe a dumb question.... Pin
Anonymous7-Nov-02 9:38
Anonymous7-Nov-02 9:38 
GeneralRe: This maybe a dumb question.... Pin
l a u r e n7-Nov-02 17:53
l a u r e n7-Nov-02 17:53 
GeneralRe: This maybe a dumb question.... Pin
Scott H. Settlemier7-Nov-02 17:23
Scott H. Settlemier7-Nov-02 17:23 
Yes, you can. I think you want to transfer control to another app
and wait for it to finish? Sure, use CreateProcess to launch the
other app, and disable the launching app until the other app has
completed. The handle you got from CreateProcess can be used in
the win32 wait functions.
This would be analagous to a dialog waiting for a another modal
dialog. It's just a bit more work. Is that what you were thinking
of?

Generalnewbie 'threads' question Pin
Jan Van Der Mix7-Nov-02 9:25
sussJan Van Der Mix7-Nov-02 9:25 
GeneralRe: newbie 'threads' question Pin
Daniel Turini7-Nov-02 9:25
Daniel Turini7-Nov-02 9:25 
GeneralRe: newbie 'threads' question Pin
Jan Van Der Mix7-Nov-02 21:51
sussJan Van Der Mix7-Nov-02 21:51 
GeneralRe: newbie 'threads' question Pin
Marc Clifton7-Nov-02 9:28
mvaMarc Clifton7-Nov-02 9:28 
GeneralRe: newbie 'threads' question Pin
Jan Van Der Mix7-Nov-02 21:53
sussJan Van Der Mix7-Nov-02 21:53 
GeneralC++ Help Needed Pin
joshfl7-Nov-02 9:20
joshfl7-Nov-02 9:20 
GeneralRe: C++ Help Needed Pin
Joaquín M López Muñoz7-Nov-02 9:25
Joaquín M López Muñoz7-Nov-02 9:25 
GeneralRe: C++ Help Needed Pin
Anonymous7-Nov-02 9:34
Anonymous7-Nov-02 9:34 
GeneralRe: C++ Help Needed ( more info on it) Pin
Anonymous7-Nov-02 9:41
Anonymous7-Nov-02 9:41 
GeneralRe: C++ Help Needed ( more info on it) Pin
Tim Smith7-Nov-02 9:59
Tim Smith7-Nov-02 9:59 
GeneralRe: C++ Help Needed ( more info on it) Pin
Anatari7-Nov-02 10:38
Anatari7-Nov-02 10:38 
GeneralRe: C++ Help Needed ( more info on it) Pin
Anonymous7-Nov-02 11:05
Anonymous7-Nov-02 11:05 
GeneralRe: C++ Help Needed ( more info on it) Pin
Christian Graus7-Nov-02 12:04
protectorChristian Graus7-Nov-02 12:04 
GeneralRe: C++ Help Needed Pin
nde_plume7-Nov-02 13:23
nde_plume7-Nov-02 13:23 
Generaldialog Pin
Anonymous7-Nov-02 9:20
Anonymous7-Nov-02 9:20 
GeneralRe: dialog Pin
Anonymous7-Nov-02 9:24
Anonymous7-Nov-02 9:24 
GeneralRe: dialog Pin
Joaquín M López Muñoz7-Nov-02 9:24
Joaquín M López Muñoz7-Nov-02 9:24 

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.