Advertisement
Advertisement
| 04.20.2008 at 05:48AM PDT, ID: 23337642 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: |
Private Sub frmMain_Show(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Shown
If LoginForm.ShowDialog() = Windows.Forms.DialogResult.Cancel Then
Application.Exit()
End If
End Sub
|