|
-
May 10th, 2004, 04:12 PM
#1
Thread Starter
Junior Member
more confused than before.. such a simple probme
Ive tried searching, and Ive tried everything ive found, and I cant get anything to work
I need to do this-
A click event on form 2 will change a textbox's text on form1.
On form 2:
public frm1 as form1
Private Sub BtnGo_click (blah balh blah) handles btnGo.click
frm1.textbox1.text = "hello"
End Sub
From what Ive read, shouldnt this work?
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
|