PDA

Click to See Complete Forum and Search --> : Forms must stay on top...


ThomasNyahwo
Jan 11th, 2000, 04:14 AM
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.

------------------

Fox
Jan 11th, 2000, 04:28 AM
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
gigotz@gmx.net
http://gigotz.tsx.org
...
Every program can be reduced to one instruction which doesn't work.