Results 1 to 3 of 3

Thread: form to form communication (resolved)

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2002
    Location
    la la la you can't see me
    Posts
    46

    form to form communication (resolved)

    This is probably a simple question, but how would I get the value of, say, the string 's_text' on form2 into the string 's_text2' on form1?
    Last edited by white_as_snow; Sep 4th, 2003 at 08:07 AM.
    What does "formatting drive C..." mean?!

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    There are lots of different ways of doing this but basically you just pass a reference of form2 to form1 and then it can access any instance information you need. Do a search in the VB.NET section and you should come up with some examples.

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2002
    Location
    la la la you can't see me
    Posts
    46
    Actually, a friend reminded me about modules. I feel really stupid. But hey, I'm still a beginner, I'm allowed to be stupid, right?
    What does "formatting drive C..." mean?!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width