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

Re: After form loads event by Tom

Tom
Mon Jan 03 21:09:07 CST 2005

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.

".net_tiro" <nettiro@discussions.microsoft.com> wrote in message
news:E288DEA4-F899-42F4-8A15-98687B859A0F@microsoft.com...
> 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
>