Jack,
I have a projected go live date of April 1st for this desktop application. After that I have some ASP.NET projects. This is so much fun!
By the way, are you familiar with delegates? I'm working on gaining access to MdiChild menu items. After setting the MdiList property to true for a main menu selection and opening several MdiChild forms, a menu list of child forms with the active form checked is displayed from the main menu selection. I'm trying to discover how can I detect (capture) when one of the MdiChild menu selections is clicked or selected? They don't exist until the MdiChild form is opened. On another forum a guy responded to my questions with:
You should have your MdiParent pass a delegate for the Click event of the MenuItem class in the constructor of the MdiChild class. This way, when the MenuItem is constructed, you can have the parent be notified when the child's menu item is clicked.
So I'm trying to figure out exactly what that means. Any thoughts?
Kyle
Kyle