No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Student and co-op....lots to learn.
- Interests
- Too Many
3 Posted Topics
Re: Just in case anyone else came across this like I did, it is brilliant but needs "End If" inserted above "End Function" :) | |
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 … | |
Re: 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 … |
The End.