Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Par2: Shutting down a running EXE from another EXE -- Window Title unknown 1998-08-04 -- John Arisse If you do not know the title you could use the following to get the
window handle ( you have to do this immidiately after you started
the other .exe in your application ) :
WindowHandle = GetForegroundWindow()
I uses this one without problems.
Today is November 21, 2024, 3:50 am This article has been viewed 35194 times.
|
|