I have 2 forms. when a button is clicked form1 loads form2. I have that button hide form1 when opening form2 but where the forms show on the taskbar jumps around and you caln see a form being shown and one being hiden. How can i make this smooth without looking like forms are changing on the taskbar. this is an eaxmple of what i am trying..
Private Sub CmdButton_Click()
form1.hide
form2.show
End Sub


Reply With Quote

