Hi every body,
Here is my problem. When i show one form from another form as vbModeless, the new loaded form loads behind the main form.
Loading the form as vbModal will solve the proplem, but i don't want that to happen. Also using the command:
frmForm2.Show vbModeless, Me
Loads the new form in front of the main one, but the focus remains on the main.
Any hints please ?!


Reply With Quote