Results 1 to 2 of 2

Thread: Window position order?

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2002
    Posts
    8

    Window position order?

    How do I set a vb form to be a 'pop under' of sorts... ie when I go form4.show I want it to be the lowest window on the pole, I want it to become visible behind all other windows the user has... I think there might be a variation of the 'always on top' code to do this, but I am a vb nOOb and alas am lost...

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Just use:
    Const HWND_BOTTOM As Long = 1

    Instead of the TOPMOST const in the SetWindowPos API.

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