all groups > dotnet windows forms > may 2006 >
You're in the

dotnet windows forms

group:

call a mnuFileNew_Click method from a Main MDI class from another class (can be a MdiChild class.. )?


call a mnuFileNew_Click method from a Main MDI class from another class (can be a MdiChild class.. )? M. G,
5/30/2006 11:45:48 AM
dotnet windows forms:
how can i do it?

thanks

Re: call a mnuFileNew_Click method from a Main MDI class from another class (can be a MdiChild class.. )? FUnky
5/31/2006 12:00:00 AM
In the main class - copy all the menu_click code into a function, make that
public.
Then call the function from wherever u want.

AddThis Social Bookmark Button