Results 1 to 2 of 2

Thread: Modeless Forms cannot have focus!!

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Location
    Saudi Arabia
    Posts
    13

    Unhappy


    Hi every body,

    Here is my problem. When i show one form from another form as vbModeless, the new loaded form loads behind the main form.

    Loading the form as vbModal will solve the proplem, but i don't want that to happen. Also using the command:

    frmForm2.Show vbModeless, Me

    Loads the new form in front of the main one, but the focus remains on the main.

    Any hints please ?!

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Boulder, Colorado, USA
    Posts
    325
    Try This:

    Code:
      Call Me.ZOrder(vbBringToFront)
    -Shickadance

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