After form loads event

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
 
T

Tom Krueger [MSFT]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top