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
~6K People Reached
About Me

Student and co-op....lots to learn.

Interests
Too Many
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for INI

Just in case anyone else came across this like I did, it is brilliant but needs "End If" inserted above "End Function" :)

Member Avatar for IconKana
0
3K
Member Avatar for Alyssa_1

Sooo...I was told to start a new thread about this. So I'm trying to make a link between TextBox1.Text on Form1 to TextBox2.Text on Form 2. What I currently have is a line of code underneath my TextBox2_Change code reading: TextBox2 = Form1.TextBox1.Text This ALMOST does what I want it …

Member Avatar for belalhamdy
0
715
Member Avatar for stan yost

Well, I doubt this will get answered since it was so many years ago, but I'll ask anyways. I passed this data TextBox1.Text to my form two text box Old_Name_Display using stanyost's third method, inserting Old_Name_Display = Browser.TextBox1.Text into my Old_Name_Display_Change public sub. What my program does is after I …

Member Avatar for Alyssa_1
0
3K

The End.