|
-
Aug 29th, 2002, 09:43 AM
#1
Thread Starter
New Member
passing data form form1 to form2 (or vice versa)
how can you change a value in another form from another form?
in vb6 you could just do this:
form1.label.caption = "blah"
what ive done is this:
dim frm as new form1
form1.label.caption = "halb"
but this will only work if i hide form1, then show it again after im done with form2.
any help is appreciated
"Well of course, everything looks bad if you remember it." - Homer Simpson 
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
|