What is Threading?

  • Thread starter Thread starter mf_sina
  • Start date Start date
M

mf_sina

Hi!
I'm a VB.Net programmer but not a professional one. but i can develop
programs for companies in accordance with my own capabilities.
i have seen something new as Threading in vb.net which didn't exist in vb6.
can someone plz tell me what it is and how it is used?

Best regards...
 
mf_sina said:
I'm a VB.Net programmer but not a professional one. but i can develop
programs for companies in accordance with my own capabilities.
i have seen something new as Threading in vb.net which didn't exist in vb6.
can someone plz tell me what it is and how it is used?

See http://www.pobox.com/~skeet/csharp/threads

The sample code is written in C#, but it's fairly simple and should all
translate easily to VB.NET, apart from the volatile modifier which I
believe has no VB.NET equivalent.
 
Back
Top