|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Getting an application to be on top of other applicationsI 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 MyForm.TopMost = True
Show quoteHide quote "Jerry Spence1" <jerry.spe***@somewhere.com> wrote in message news:454f6367$0$8711$ed2619ec@ptn-nntp-reader02.plus.net... >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 Show quoteHide quote "Robinson" <toomuchspamhaspassed@myinboxtoomuchtoooften.com> wrote in message news:einp71$out$1$8302bc10@news.demon.co.uk... > MyForm.TopMost = True > > "Jerry Spence1" <jerry.spe***@somewhere.com> wrote in message > news:454f6367$0$8711$ed2619ec@ptn-nntp-reader02.plus.net... >>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 >> > >
Show quote
Hide quote
"Jerry Spence1" <jerry.spe***@somewhere.com> wrote in message Last I checked, the TopMost property places the form on top of all other news:454f72c1$0$8713$ed2619ec@ptn-nntp-reader02.plus.net... > 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 > > "Robinson" <toomuchspamhaspassed@myinboxtoomuchtoooften.com> wrote in > message news:einp71$out$1$8302bc10@news.demon.co.uk... >> MyForm.TopMost = True >> >> "Jerry Spence1" <jerry.spe***@somewhere.com> wrote in message >> news:454f6367$0$8711$ed2619ec@ptn-nntp-reader02.plus.net... >>>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 >>> >> >> > > 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 Show quoteHide quote "Mythran" <kip_pot***@hotmail.com> wrote in message news:uk16JTdAHHA.4740@TK2MSFTNGP03.phx.gbl... > > > "Jerry Spence1" <jerry.spe***@somewhere.com> wrote in message > news:454f72c1$0$8713$ed2619ec@ptn-nntp-reader02.plus.net... >> 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 >> >> "Robinson" <toomuchspamhaspassed@myinboxtoomuchtoooften.com> wrote in >> message news:einp71$out$1$8302bc10@news.demon.co.uk... >>> MyForm.TopMost = True >>> >>> "Jerry Spence1" <jerry.spe***@somewhere.com> wrote in message >>> news:454f6367$0$8711$ed2619ec@ptn-nntp-reader02.plus.net... >>>>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 >>>> >>> >>> >> >> > > Last I checked, the TopMost property places the form on top of all other > non-TopMost forms, regardless of application... > > HTH, > Mythran > >
C# help!!!
LsaOpenPolicy : Attempted to read or write protected memory Cant seem to filter Dataset table by a value Scope misunderstanding Database creation problems Challenge? [De-]Serialise a class derived from DataTable. DataGridView Edit row marker set itemheight in listbox Getting XML Version difference between MyBase.Closing and MyBase.FormClosing |
|||||||||||||||||||||||