Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

6.0 to .net conversion

Status
Not open for further replies.

CooterBrown

IS-IT--Management
Aug 17, 2001
125
0
0
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top