What does it mean by " <STAThread()> _"
<STAThread()> _
Shared Sub Main()
Application.Run(New Customers)
End Sub 'Main
Customer is the name of the windows form
I read some thing in help in regards to COM Interop..but in easy words what does STAThread mean?
Any explanation is very helpful.
thanks
nath
Please correct me If I am wrong.
"Com Interop" means If I am using any com dll's in my vb.net project, the .net should be able to communicate with dll (written in previous versions of vb) . Is that what it means?
thanks