Mdichild form pass parameters to MDIParent form (VB)

iamjimmy

Newcomer
Joined
Apr 1, 2003
Messages
1
Mdichild form pass parameters to MDIParent form

Please kindly help me how to pass parameters from mdi child form to mdiparent. an example is, when user entered user id and password in login screen, then click the ok button. it will unload mdichild, then actives toolbar in mdiparent form, and pass user id to mdiparent form for displaying welcome message. thanks
 
There are a lot of threads around this topic on the forum. The main suggestion would be to pass the parent form object to the child form via the child form's constructor (the Sub New)

Do a search on mdichild or mdiparent on this forum and you should get a few examples.. :)
 
Back
Top