open Form ontopmost of all windows
- From: perryche@xxxxxxxxx
- Date: Mon, 30 Jul 2007 09:35:53 -0700
First, I want to thank all that had help in my previous posts, but I
still got 2 questions:
1. How to force a form to open from Access to popup ontop of all other
applications? Is this possible?
"Yes, this is possible. For example the Task Manager form does this. I
inspected it, and it appears it's due to the WS_EX_TOPMOST extended
window style, which you
can set with the SetWindowPos API. " (From Tom)
I am little slow in programming VB, can someone help how to code this
under OnOpenEvent ?
2. If Access is closed, because I kicked users out to do a maintenance
on the DB, then, how may I let them know once the update is complete?
(Now Access is not running, no IM program. I guess Task Manager with
a trigger may work, but how to define that trigger? What exactly is
Task Manager Form anyway, how do one create one?)
Thanks in advance,
Perry
.
- Follow-Ups:
- Re: open Form ontopmost of all windows
- From: paii, Ron
- Re: open Form ontopmost of all windows
- Prev by Date: Re: Printing labels has a glitch
- Next by Date: Re: Passing variables between two open .mdb files
- Previous by thread: Printing labels has a glitch
- Next by thread: Re: open Form ontopmost of all windows
- Index(es):