After form loads event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
This question is probably one of the basic things but being a novice
programmer in c# and .NET environment, I couldn't get to find the answer.
I have a menu item in one form and need to create the context menu with tht
menu item in another form. The first form becomes the parent form for the
second form after the second form is loaded. So, I need to know what event
could be used as load event is called when the form is still in the process
of loading.

Thanks
 
Hello,

Here is an article on Events and Mdi forms. It goes into detail on how to
merge menus of subforms. If you are not using and Mdi I'm not certain what
all your options are. You could programmatically update the parent form
menus from the subform.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/mdiappsmenus.asp

--
Tom Krueger

Smart Client DevCenter - http://msdn.microsoft.com/smartclient/
Mobile DevCenter - http://msdn.microsoft.com/mobility

This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top