Results 1 to 2 of 2

Thread: Refering the calling form

  1. #1

    Thread Starter
    Hyperactive Member wasiq's Avatar
    Join Date
    Jan 2000
    Location
    Karachi, Sindh, Pakistan
    Posts
    274

    Refering the calling form

    I am displaying a new form using the following code.

    Code:
    dim frmMyForm as new Form1
    frmMyForm.show()
    How do I refer the calling form from the new form?

  2. #2
    Addicted Member theonetrueace's Avatar
    Join Date
    Jan 2002
    Location
    South Alabama
    Posts
    196
    set the frmMyForm.owner property as ME....then refer to whatever as me.owner.textbox1.text...or whatever....if i understand your question, then that should solve it.

    AcE

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