Hi ,
I would like to close the mdiform by childform. how can i do it ?
Example, i want to do the log off function. when the user click on log off. all application will close up and load the login form.The log off action from childform instead of parentform.
My coding as below :
Code:dim A as new mdiform dim B as new form1 'Not childform B.show() A.hide()




Reply With Quote