Results 1 to 2 of 2

Thread: Making my form gain the foreground?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 1999
    Location
    Phoenix, az
    Posts
    1,517

    Unhappy

    OK..

    I want my form to gain the foreground
    for a second (not AlwaysOnTop) and then
    stay there in till the user puts it somewhere.
    no matter what program they are using I
    want it to take the top of all the windows,
    how do you code this?

  2. #2
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390
    try either of these....

    Code:
    Me.SetFocus
    'or
    Me.ZOrder 0
    'should work fine...
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width