This is interesting... I have a form that is sometimes shown throughout my app. The Form_Load() event is only called the first time the form is shown (using frmSmallForm.show). However, I want certain code to be executed everytime the form is shown, and ther e is no Form_Show() event. How can I do this?
Thanks.