Re: Window on top
- From: "Stefan Wuebbe" <stefan.wuebbe@xxxxxx>
- Date: Thu, 27 Mar 2008 18:03:45 +0100
"Jeff Grippe" <jeff@xxxxxxxxx> wrote in message news:13uni0hf84a7pbd@xxxxxxxxxxxxxxxxxxxxx
Interesting idea...can you create more than 1 top level form?
Yes.
Some of my users have 50-100 of these windows open at one time.
Can they all be top level?
Yes - actually I have no real-life project creating so many, but this
test did work quickly a few minutes ago and I still can type mails <s>
FOR i = 1 TO 110
DO FORM c:\users\stefan\desktop\form1.scx
ENDFOR
hth
-Stefan
..
"Stefan Wuebbe" <stefan.wuebbe@xxxxxx> wrote in message news:u$T2OdBkIHA.6032@xxxxxxxxxxxxxxxxxxxxxxx
formClass.ShowWindow=2 &&"AsTopLevel" and .AlwaysOnTop=.T.
does not work in your case?
-Stefan
"Jeff Grippe" <jeff@xxxxxxxxx> schrieb im Newsbeitrag news:13ul74btahivl9a@xxxxxxxxxxxxxxxxxxxxxHello all and thanks in advance for the help.
I have an application that creates windows (forms) in response to external events or messages. When a new form is created, I need it to appear on top of any application currently running (both FoxPro and non-FoxPro). Is there any way to make this happen?
The events that cause a window to be created are not initiated by user interface events so the user is likely to have the application minimized when an event occurs that would cause a window to be instantiated.
Currently, the windows often "pop under" existing applications and I need them to pop over them.
Thanks,
Jeff
--
|\_/| ------ ProLib - programmers liberty -----------------
(.. ) Our MVPs and MCPs make the Fox run....
- / See us at www.prolib.de or www.AFPages.de
-----------------------------------------------------------
--
|\_/| ------ ProLib - programmers liberty -----------------
(.. ) Our MVPs and MCPs make the Fox run....
- / See us at www.prolib.de or www.AFPages.de
-----------------------------------------------------------
.
- References:
- Window on top
- From: Jeff Grippe
- Re: Window on top
- From: Stefan Wuebbe
- Re: Window on top
- From: Jeff Grippe
- Window on top
- Prev by Date: Re: how closing open dbf file?
- Next by Date: Re: how closing open dbf file?
- Previous by thread: Re: Window on top
- Next by thread: Encrypting DBFs in Windows Vista
- Index(es):
Relevant Pages
|