gui event handling
-
I'm having a hard time how to set up my event handling for my app. Its an mdi app, where the window that gets displayed depends on what the user clicks in the parent window through a series of link labels and buttons. When a user clicks on a control I want to pass the name of the form to display, but I don't know how to do this. Can any one help me get starte on this?
-
I'm having a hard time how to set up my event handling for my app. Its an mdi app, where the window that gets displayed depends on what the user clicks in the parent window through a series of link labels and buttons. When a user clicks on a control I want to pass the name of the form to display, but I don't know how to do this. Can any one help me get starte on this?
have a constructor, pass by value a string or object , use MDI methods.