|
-
Jan 11th, 2000, 05:14 AM
#1
Thread Starter
New Member
Sos!! I need forms to stay on top of a particular form which is serving as by background in my vb project. When the user switches to other application my forms should not forcibly stay on top.
------------------
-
Jan 11th, 2000, 05:28 AM
#2
PowerPoster
I think this will help ya:
Load the form using the parameter 'vbModal', looks like this:
-
Form1.Show vbModal
-
If you want u can give an owner form too, then the form will be unloaded if the owner form is unloaded.
------------------
Fox
[email protected]
http://gigotz.tsx.org
...
Every program can be reduced to one instruction which doesn't work.
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
|