|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Open form and run event/subHow can I open a MDI childform from it's parent form and then programmically
run an event or procedure from the childform. ie. run the click event code of the child form's command button. Hi create a public sub on the child form with the code you want to see
executed, and then do something like this where you want to call the child form (for example menu click on parent form) dim objChild as new YourchildForm objChild.MdiParent = me objChild.Show objChild.YourPublicSub Hth peter Show quoteHide quote "JAG711" <JAG***@discussions.microsoft.com> schreef in bericht news:5057B6A8-E63F-4D98-8CCB-FC4C18E9CC11@microsoft.com... > How can I open a MDI childform from it's parent form and then programmically > run an event or procedure from the childform. ie. run the click event code > of the child form's command button.
How to Share Class Properties Across Processes
no indexof-function for collection object available. delete rows from datagrid Finalize and database connection... contradiction in msdn or a misunderstaning from my part ? Open a CSV file What is .NET Redistributable? How do I shell the following command line or process.start it (very different command!) Oledb???? Destructor for VB.NET class With different credentials. |
|||||||||||||||||||||||