Results 1 to 2 of 2

Thread: Using Muti Forms (CONUFUSED)

  1. #1

    Thread Starter
    Addicted Member Stick's Avatar
    Join Date
    Aug 1999
    Location
    Iowa
    Posts
    152

    Using Muti Forms (CONUFUSED)

    Hey how can i call a funtion on another form. Say i want to get FrmFrom1.txtText1.text when i click a button on frmForm2


    like in vb 6 you could go form1.Text1.Text = Form2.Text1.Text
    How do you do this in Vb .net
    Last edited by Stick; Mar 20th, 2003 at 11:26 PM.

  2. #2
    Frenzied Member MrGTI's Avatar
    Join Date
    Oct 2000
    Location
    Ontario, Canada
    Posts
    1,277

    Unhappy

    As you will soon learn, VB.NET is a lot different. You can't do it like that any more. Now each form is a true object. Sorry.

    But i did get a solution for that figured out with some help from guys on this forum. Check out this thread to see what i learned.
    ~Peter


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