CooterBrown
IS-IT--Management
I did a .net conversion of my vb 6.0 code and I'm having problems.
When I'm debugging my code, it frmAgentMain starts to load and is the active form and then all of a sudden, it goes to End Sub and dies. In 6.0, it hangs until an event is executed on frmAgent. What's different?
frmAgentMain.DefInstance.WindowState = System.Windows.Forms.FormWindowState.Normal
frmAgentMain.DefInstance.Show()
Exit Sub
Do_Not_Create_Columns:
Resume Next
End Sub
When I'm debugging my code, it frmAgentMain starts to load and is the active form and then all of a sudden, it goes to End Sub and dies. In 6.0, it hangs until an event is executed on frmAgent. What's different?
frmAgentMain.DefInstance.WindowState = System.Windows.Forms.FormWindowState.Normal
frmAgentMain.DefInstance.Show()
Exit Sub
Do_Not_Create_Columns:
Resume Next
End Sub