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 #72.8K
~13.3K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for MasterNovice

I have similar problem . Ihave 2 forms , iwant to enter variables on form1 and show them in form2 This what i have soo far form1 ===== Private Sub Button1_Click(val blala) Fnamesender = TextBox2.Text Me.Hide() Form2.Show() End Sub form2 ===== Private Sub Form2_Load(ByVal blabla bla) Label.text = Fnamesender end …

Member Avatar for ManojBalaji3001
-2
13K

The End.