Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
1 Posted Topic
[CODE]Public Class Form2 Private Sub Form2_Activated(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Activated MsgBox("Test") Me.BeginInvoke(New MethodInvoker(AddressOf CloseIt)) End Sub Private Sub CloseIt() Me.Close() End Sub End Class[/CODE]
The End.
skyusb