1
1388-2/HB
Public Sub ThreadStartPoint
Application.Run(frmSomeForm)
End Sub
This 2003 code no longer works. What's the new model for accomplishing this
task in vb.net 2005?
Application.Run(frmSomeForm)
End Sub
This 2003 code no longer works. What's the new model for accomplishing this
task in vb.net 2005?