This message was edited by lionb at 2006-3-7 11:23:57
This message was edited by lionb at 2006-3-7 11:16:6
: :
This message was edited by lionb at 2006-3-6 5:57:49
: :
: : Try this
: : Command1 control placed on Form1.
: :
: : Private Sub Command1_Click()
: : Form2.Show
: : Form1.ZOrder
: : End Sub
: :
:
: Will Form1 continue to be on top if the user clicks on Form2? I think there's an API call to do what the user wants, by setting some kind of special attribute value on the window.
:
:
:
infidel
:
:
: $ select * from users where clue > 0
: no rows returned
:
:
:
I am not sure about API but it will, if you write code like this
Private Sub Form_Click() 'Form2
Form1.ZOrder
End Sub
I think ZOrder method calls that API