Hello everybody, I have to do some GUI development again after 7 years and things have changed some how since the MFC days, LOL. Can anyone pinpoint some good resources on the net where I get learn .NET GUI development in 30 minutes? I am talking about understanding what events are fired and when are they fired. In my little project I have some issues with methods not being always called because the event is not fired (i.e. Load, Activated, VisibleChange, etc.). For example, when one of my windows is displayed for the first time, both the constructor and the method that handles the "Load" event are called. But if I close the window and open it again, meaning a new window is instantiated, only the constructor is called and all the initializations in my OnLoad method are left aside.
TIA, Eddie =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com