Results 1 to 3 of 3

Thread: Refering to a control on an MDI Parent **RESOLVED**

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2002
    Location
    The Big D
    Posts
    310

    Refering to a control on an MDI Parent **RESOLVED**

    I am trying to set some text in on a command button on an MDIParent form from an MDIChild form. How do I reference the control?

    I have made the scommand button public and the following code errors.

    VB Code:
    1. Me.MDIParent.Button1.text = "Test"

    So how do I go about doing this?
    Last edited by VBGuy; Oct 9th, 2003 at 05:35 AM.

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