Hi,
My requirement is as soon as my form get load it should get hidden or invisible.The user should not be able to even get the look of the form.I have tried this at load event but its not working.
Private Sub Form_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load me.hide me.visible=false End Sub
I have tried Me.Hide and Me.visible but its not working.Can i do it on load?
Is there anyother way please suggest.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.