 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Bin Lin Guest
|
Posted: Thu Mar 24, 2005 7:21 am Post subject: how to keep the interface always in front of others |
|
|
How can I keep the interface of my app always in front of other
applications?
I set a timer and do Show() and Update(), but it doesn't bring my interface
to the front if I'm using other windows application.
Bin
|
|
| Back to top |
|
 |
Detlef Guest
|
Posted: Thu Mar 24, 2005 8:43 am Post subject: Re: how to keep the interface always in front of others |
|
|
Hi Bin,
did you try on your main form the property:
"FormStyle" : fsStayonTop
?
This forces your window to stay in front of all others.
Hope this will help
D. Stute
SEATEC GmbH
www.seatec-gmbh.com
"Bin Lin" <binlin (AT) cs (DOT) northwestern.edu> schrieb im Newsbeitrag
news:42426b6f$1 (AT) newsgroups (DOT) borland.com...
| Quote: | How can I keep the interface of my app always in front of other
applications?
I set a timer and do Show() and Update(), but it doesn't bring my
interface
to the front if I'm using other windows application.
Bin
|
|
|
| Back to top |
|
 |
Bin Lin Guest
|
Posted: Thu Mar 24, 2005 3:37 pm Post subject: Re: how to keep the interface always in front of others |
|
|
If I only set that, it doesn't work.
However if I combine this with setting a timer and doing Show() & Update(),
it works.
Bin
"Detlef" <detlef.stute (AT) seatec-gmbh (DOT) com> wrote
| Quote: | Hi Bin,
did you try on your main form the property:
"FormStyle" : fsStayonTop
?
This forces your window to stay in front of all others.
Hope this will help
D. Stute
SEATEC GmbH
www.seatec-gmbh.com
"Bin Lin" <binlin (AT) cs (DOT) northwestern.edu> schrieb im Newsbeitrag
news:42426b6f$1 (AT) newsgroups (DOT) borland.com...
How can I keep the interface of my app always in front of other
applications?
I set a timer and do Show() and Update(), but it doesn't bring my
interface
to the front if I'm using other windows application.
Bin
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|