vb events

tops

Member
Sep 13, 2001
90
0
0
i need some help with an assignment i have in VB. i've just started studying it and my prof has asked us to find out 'which events are triggered in which order and how when a form is loaded in VB?' can someone help me out with this?
 

DaveSimmons

Elite Member
Aug 12, 2001
40,730
670
126
You could use a "log file" -- add functions for each event, have them all re-open and append a line to a text file. Then exit the program and open the log file with wordpad.