|
-
May 8th, 2004, 08:52 PM
#1
Thread Starter
Junior Member
Linking textboxes from different forms.... my codes not working?
Why isnt this code working right??
On form 2:
Private sub btnGO_click.....
dim form1 as new form1
form1.txtHello.text = "Hello"
****
It doesnt update the display in the txthello textbox, but if I were do add form1.show() after it, it appears then? Im assuming its some sipmple extenstion to add to either form. or txthello. but I cant figure it out and ive worn my patience thin.
Thanks guys.
-Nick
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|