In VB6 you could select form events such as form_unload or whatever else, in VB.NET the load event is automatically placed in the code but how would I get the other events???
Cheers. Matt.
Printable View
In VB6 you could select form events such as form_unload or whatever else, in VB.NET the load event is automatically placed in the code but how would I get the other events???
Cheers. Matt.
If you select (Base Class Events) from the left hand combo box at the top of the source window, then the right hand combo box will contain all the form events...
A note: in 2003 it is set back like it was in VB6 where you can choose the object in one and the events in the other.
Thank you very much.