What is the sequence of form Loading in VB.NET.
VB 6.0 had form_activated and then form_load. I think VB.NET doesn't follow this sequence at all in case form is opened in .show mode. If the form is opened with .ShowDialog command, then only form_activate event is called and in case of .Show, form_activated and form_load both r executed.
can't i have form_load in frm.showdialog() case.
Pawan
Start Free Trial