A
Anthony P.
For some reason, Me.Hide() and Me.Visible=False doesn't work! In my
form_load method, the very fist statement is Me.Hide() but the form
shows. So I tried Me.Visible = False and the form still shows. I've
even tried hiding the form from another form using frmMainForm.Hide()
or frmMainForm.Visible = False and the form still shows.
Any idea what might be going on here?
Thanks!
Anthony
form_load method, the very fist statement is Me.Hide() but the form
shows. So I tried Me.Visible = False and the form still shows. I've
even tried hiding the form from another form using frmMainForm.Hide()
or frmMainForm.Visible = False and the form still shows.
Any idea what might be going on here?
Thanks!
Anthony