|
-
May 30th, 2006, 02:10 PM
#1
Thread Starter
Junior Member
[2.0] MDI child call parent variable/object
Can MDI child call back parent variable or any object?
e.g.
- frmParent
-Public String conn = "abc.mdb";
- frmChild
- Public String test = "demo";
- frmChildTest
- how can we frmParent.conn ?
- and can we call frmChild.test , too ?
the issue i would like to call parent variable,
It would like to create the database connection in parent ,
so each child only need to call parent connection, and dont need to recreate on each form
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|