C
Cathy
Hi,
I want to show the LoginFrm Form when user click the Login
Button, I'm using below code, when the LoginFrm appear, it
is Blank! I can't see the button, label, Text Box in
LoginForm. May I know why? Isn't my code wrong?
Please advise.
Private Sub btnStart_Click(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles btnStart.Click
Dim MyLoginForm As New LoginFrm
MyLoginForm.Show()
End Sub
End Class
I want to show the LoginFrm Form when user click the Login
Button, I'm using below code, when the LoginFrm appear, it
is Blank! I can't see the button, label, Text Box in
LoginForm. May I know why? Isn't my code wrong?
Please advise.
Private Sub btnStart_Click(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles btnStart.Click
Dim MyLoginForm As New LoginFrm
MyLoginForm.Show()
End Sub
End Class