Chuck Tucker
Member
Upon converting a VB 6.0 app to VB.net I find several comments warning that an event may fire when the form is initialized. The Help file says to add an IsInitializing property to the form and then set it to True in the form's constructor just prior to the InitializeComponent call. However, I don't find any IsInitializing property listed in the form's properties, and I don't find an InitializeComponent call anywhere in my converted code.
I'm still a raw beginner with VB.Net, so I'm sure I must be missing something. Any suggestions as to how to implement this suggestion?
I'm still a raw beginner with VB.Net, so I'm sure I must be missing something. Any suggestions as to how to implement this suggestion?