C
cj
I need more information to read about threading in Visual Basic.
Hopefully something linear w/o too many links to get lost in. I've been
to
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconThreading.asp
but it is too confusing. I can't find any references to STA threading
model or what exactly this is doing:
<STAThread()> Public Shared Sub Main(ByVal CmdArgs() As String)
Application.Run(New Form1)
End Sub
Thanks
Hopefully something linear w/o too many links to get lost in. I've been
to
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconThreading.asp
but it is too confusing. I can't find any references to STA threading
model or what exactly this is doing:
<STAThread()> Public Shared Sub Main(ByVal CmdArgs() As String)
Application.Run(New Form1)
End Sub
Thanks