Results 1 to 4 of 4

Thread: Popping one form on top of the other

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2000
    Posts
    316

    Question

    When I go to show one form on top of the other.

    [code]
    frmLogin.Show
    [/code

    Then how can I make that form pop on top of the originating form (frmMain in this case) when I don't want to hide frmMain?
    Using VS 6 Enterprise w/ SP5 & Windows 2000 Professional

  2. #2

  3. #3
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    363
    You can also use:
    Code:
    FormCalled.Show
    FormCalled.ZOrder
    Wade

  4. #4
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    'the API way is here
    http://www.vbapi.com/ref/s/setwindowpos.html

    or
    Form2.Show VbModal
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

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