Search results for query: *

  1. C

    Where is IsInitializing property?

    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...
  2. C

    VB 6 Conversion Problem

    I upgraded from a Windows based VB 6.0 application and the program opens OK with the Startup form. However, when it attempts to open another form the form doesn't open, exits the run state and displays the code window for the form it was attempting to open. This happens on all forms except one...
Back
Top