Threading Info

  • Thread starter Thread starter Chris O.
  • Start date Start date
C

Chris O.

Anyone know where I can find some basic information on creating and/or
implementing threads in VB? Thx :)
 
Yep. The book "Programming Microsoft Visual Basic .Net" by Fancesco Balena
has a complete chapter on this. Great information.

The online help was OK, but the information in the book is WAY better.

Hope this helps...

Scott
 
I got on quite well with the Wrox Vsual Basic .NET Threading Handbook -
although I don't know if it is still about.

In practice I have found delegate functions the most useful thing I learned
from the book - at the class level they can be a useful way of getting
around some of the limitations in VB.Net's inheritance model (or maybe it
was intended that way...).

Paul /)/+)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top