Click here to Skip to main content
15,907,492 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralWaitCommEvent and GetCommMask (and overlapping) Pin
AnotherProgrammer19-May-04 7:51
AnotherProgrammer19-May-04 7:51 
GeneralQuick Follow up - way simpler question Pin
AnotherProgrammer19-May-04 8:11
AnotherProgrammer19-May-04 8:11 
GeneralRe: Quick Follow up - way simpler question Pin
Paul Ranson19-May-04 8:48
Paul Ranson19-May-04 8:48 
GeneralRe: Quick Follow up - way simpler question Pin
AnotherProgrammer20-May-04 3:30
AnotherProgrammer20-May-04 3:30 
GeneralRe: WaitCommEvent and GetCommMask (and overlapping) Pin
AnotherProgrammer20-May-04 6:23
AnotherProgrammer20-May-04 6:23 
GeneralCheck if application is running Pin
Mathias S.19-May-04 7:42
Mathias S.19-May-04 7:42 
GeneralRe: Check if application is running Pin
Renjith Ramachandran19-May-04 8:04
Renjith Ramachandran19-May-04 8:04 
GeneralRe: Check if application is running Pin
David Crow19-May-04 8:15
David Crow19-May-04 8:15 
Mathias S wrote:
I’m writing an Update tool for my application and I need the program to
wait until the application quits before continuing.


Does the Update tool start application X? If so, WaitForSingleObject() can be used.

Mathias S wrote:
I don’t think I can use FindWindow since the Title text of the application is not static.

Do you know the class of the window? If so, FindWindow() can still be used. In any case, it's not a 100% reliable function in that it relies upon a static caption or class, and it can introduce a deadlock situation.


"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)


GeneralExe Wrapper Pin
Anthony988719-May-04 6:48
Anthony988719-May-04 6:48 
GeneralRe: Exe Wrapper Pin
David Crow19-May-04 7:00
David Crow19-May-04 7:00 
GeneralRe: Exe Wrapper Pin
jmkhael19-May-04 7:03
jmkhael19-May-04 7:03 
GeneralBoundsChecker errors Pin
Deian19-May-04 6:08
Deian19-May-04 6:08 
GeneralRe: BoundsChecker errors Pin
David Crow19-May-04 7:07
David Crow19-May-04 7:07 
GeneralRe: BoundsChecker errors Pin
Deian19-May-04 10:13
Deian19-May-04 10:13 
GeneralRe: BoundsChecker errors Pin
Deian19-May-04 10:18
Deian19-May-04 10:18 
GeneralRe: BoundsChecker errors Pin
David Crow19-May-04 10:28
David Crow19-May-04 10:28 
GeneralRe: BoundsChecker errors Pin
Deian19-May-04 10:36
Deian19-May-04 10:36 
GeneralRe: BoundsChecker errors Pin
John R. Shaw19-May-04 12:30
John R. Shaw19-May-04 12:30 
GeneralRe: BoundsChecker errors Pin
Kelly Herald19-May-04 16:56
Kelly Herald19-May-04 16:56 
GeneralRe: BoundsChecker errors Pin
Joe Woodbury19-May-04 16:59
professionalJoe Woodbury19-May-04 16:59 
GeneralActive X Controls in Dialog Pin
monrobot1319-May-04 4:56
monrobot1319-May-04 4:56 
GeneralRe: Active X Controls in Dialog Pin
Mike Dimmick19-May-04 5:19
Mike Dimmick19-May-04 5:19 
GeneralRe: Active X Controls in Dialog Pin
monrobot1319-May-04 6:44
monrobot1319-May-04 6:44 
GeneralRe: Active X Controls in Dialog Pin
Andrew Quinn AUS19-May-04 5:57
Andrew Quinn AUS19-May-04 5:57 
GeneralRe: Active X Controls in Dialog Pin
monrobot1319-May-04 6:48
monrobot1319-May-04 6:48 

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.