|
-
May 17th, 2000, 08:34 PM
#1
Thread Starter
Member
What API call do I need to make to force another EXE to have focus. For exapmle in program A, when I double click an item in a listview, I want program B to become the active window.
I understand I must first check to see if program B is loaded and all that good stuff.
-
May 17th, 2000, 09:20 PM
#2
New Member
Use FindWindow to get the handle of the program window and then SetForeGroundWindow to set focus.
-
May 17th, 2000, 09:24 PM
#3
Lively Member
I am having the same problem in my post Maximise window.
I tried by getting the process id or window handle and then using the send message API to maximise.
try this in your appllicaton.
Thanks
Ramdas
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|