Information on Threading

Does anyone know where I can find information on threading, multithreading, error handling within threads, thread states, etc.? I'm looking for tutorials, books, online documents, anything that will teach me all about threads. This info needs to be in Visual Basic.NET format, though I guess I could port C# code over to VB.NET. The MSDN documents are OK, but I'm having problems with thread states. I can't seem to figure out what state a thread is in...even if i callsomethread.ThreadState.xxxx. It seems like the thread is never in the state that I tell it to go in. Such as, if I want a thread to suspend, it never returns a value that it is suspended. I realize the values returned whenThreadState.RequestSuspend andThreadState.Suspended are different, but when the thread is fully suspended, it doesn't return that it is suspended. So, I decided that I should read up more on threads and thread processing. ...Anyone with any websites/books/technical articles/whatever? Any help would be appreciated.
Thanks,
Mike
[1057 byte] By [mlp232] at [2007-12-16]
# 1
Hi,

Here's another post by David on Threading: [See if it helps]
http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=56657

Also, for information on Threading, here are some good starting points:
1.]http://www.vbdotnetheaven.com/Sections/Threading.NET.asp
2.]http://www.stardeveloper.com/articles/display.html?article=2002110404&page=1
3.]http://www.startvbdotnet.com/threading/default.aspx
4.]http://www.developerfusion.co.uk/show/4134/
5.]http://builder.com.com/5100-6374-5140770.html

Regards,
Vikram

Vikram at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...