Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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 December 3, 2024, 11:47 am This article has been viewed 35210 times.
|
|