Posts
 
Reputation
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.55K
~823 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for tharder

Hi, '============== ' FORM 1 '============== Public Class Form1 Inherits System.Windows.Forms.Form #Region " Windows Form Designer generated code " Public Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim frm2 As New Form2 frm2.ShowForm(me) End Sub End Class '============== ' FORM 2 '============== Public Class Form2 Inherits …

Member Avatar for ohjiroChan
0
823

The End.