R
Rob Meade
Hi all,
I am putting a small app together which will have 3 windows forms, the main
menu across the top will be the same regardless of which form the user is
on. I have noticed that as I built the first form it has added all of the
'protected with events' stuff for the main menu bits and bobs.
I'm thinking that I would be better of with my main menu code somewhere
seperate, just the once and then call it as needed for each form - any
changes are then only done the once...
Can someone suggest how I might do this please.
Any help appreciated (new to .net and windows stuff - mainly worked on the
web side of things with .net so far).
Regards
Rob
I am putting a small app together which will have 3 windows forms, the main
menu across the top will be the same regardless of which form the user is
on. I have noticed that as I built the first form it has added all of the
'protected with events' stuff for the main menu bits and bobs.
I'm thinking that I would be better of with my main menu code somewhere
seperate, just the once and then call it as needed for each form - any
changes are then only done the once...
Can someone suggest how I might do this please.
Any help appreciated (new to .net and windows stuff - mainly worked on the
web side of things with .net so far).
Regards
Rob