Does anybody know how to make an external applicatoin's window always stay on top 
Author Message
 Does anybody know how to make an external applicatoin's window always stay on top

Hi, there.
I have this external app that I need to monitor constantly. However the app
does not provide a "window always on top" functionality. Is it possible to
write a program to make this application's window stick?
Any suggestion would be greatly appreciated!

- J



Wed, 18 Jun 1902 08:00:00 GMT  
 Does anybody know how to make an external applicatoin's window always stay on top
You first need to get the handle to the window that you want to remain
topmost.  Then try calling ShowWindow on it, with the flag set to SW_TOPMOST
(I think).  That ought to do it.



Quote:
> Hi, there.
> I have this external app that I need to monitor constantly. However the
app
> does not provide a "window always on top" functionality. Is it possible to
> write a program to make this application's window stick?
> Any suggestion would be greatly appreciated!

> - J



Wed, 18 Jun 1902 08:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Doe's anybody knows how to...

2. Making a form always stay on top.

3. Help, I want my form ALWAYS staying on top of ANY other window

4. I'm trying to make the form always stay on top

5. 'shell'ing a external windows program withoud windows

6. Making a Window stay ON TOP

7. Making a window stay focus?

8. Make a window 'stay on top'

9. Passing window.external to OCX (VB6) (or way of retrieving window.external like in C++ ServiceProvider)

10. does anybody know why this code don't work

11. Does anybody know what is generic window NT Hyperterminal

12. Making Always On Top windows

 

 
Powered by phpBB® Forum Software