|
-
Mar 24th, 2002, 12:55 AM
#1
Thread Starter
New Member
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...
-
Mar 24th, 2002, 01:32 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|