Getting an application to be on top of other applications

  • Thread starter Thread starter Jerry Spence1
  • Start date Start date
J

Jerry Spence1

I have an application with an icon that sits in the system tray. When I
double click it the form is maximised, but I want it to sit at the front of
all the other applications that are open. How do I do this? I suspect an API
but maybe in VB2005 there's another way.

-Jerry
 
That only gets a form on the top of the other forms within the same
application. I want it to be on top of all the other applications as well -
not hidden behind Word, Excel etc.

-Jerry
 
Jerry Spence1 said:
That only gets a form on the top of the other forms within the same
application. I want it to be on top of all the other applications as
well - not hidden behind Word, Excel etc.

-Jerry

Last I checked, the TopMost property places the form on top of all other
non-TopMost forms, regardless of application...

HTH,
Mythran
 
Hmm - that doesn't seem to be happening. Thanks anyway and I'll check that
I'm doing things right.

-Jerry
 
Back
Top