Docking Pane w/ Form |
Post Reply |
Author | |
scottmcd9999
Newbie Joined: 30 November 2006 Location: United States Status: Offline Points: 6 |
Post Options
Thanks(0)
Posted: 30 November 2006 at 9:27pm |
I've got a MDI form where I've added 3 panes. In one of those panes I've attached a form:
Set pan = .CreatePane(1, 200, 100, DockTopOf) pan.SetHandle frmText.hWnd Once I do this, how can I refer to this form from another portion of my program? For example, on this form I have a textbox named tbxName ... how would i refer to that textbox on frmText from another form in my application? |
|
choochy
Groupie Joined: 27 October 2006 Status: Offline Points: 18 |
Post Options
Thanks(0)
|
Should be the usual was of doing this:
frmText.tbxName
If you have created an instance of frmText than you would reference the instance instead. But it sounds like your referencing the form directly.
Chris
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |