threading examples?

G

Glyn Meek

I have been using VB .net since it came out, on the PC framework and the
Compact Framework, but have never had to use threading before. I now have to
write a 'thread' to monitor and display 'progress' on a job that takes 10
hours to run. I have looked at (and piondered at length!) some of the Visual
C++ examples that I was referred to from this forum, but am struggling with
getting anything for Visual Basic. Anyone got any good Visual Basic code
examples they know of, or of a good book that is something like "Threading
for the under 7s" or "Threading made easy" or "Idiots guide to Threading" or
something simple...lol?

regards and thanks in advance

Glyn Meek
 
J

Jon Skeet [C# MVP]

Glyn Meek said:
I have been using VB .net since it came out, on the PC framework and the
Compact Framework, but have never had to use threading before. I now have to
write a 'thread' to monitor and display 'progress' on a job that takes 10
hours to run. I have looked at (and piondered at length!) some of the Visual
C++ examples that I was referred to from this forum, but am struggling with
getting anything for Visual Basic. Anyone got any good Visual Basic code
examples they know of, or of a good book that is something like "Threading
for the under 7s" or "Threading made easy" or "Idiots guide to Threading" or
something simple...lol?

The following article has all its examples in C#, but it's still an
introductory guide to threading:
http://www.pobox.com/~skeet/csharp/threads
 

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

Top