Trouble in Threading.

Sorry, the complete problem is

Dim thrd as New ThreadStart(AddressOf display)
Dim thrd_str as New Thread(thrd)
thrd.start()

I have seen this code is some book and want to implement it.

There is no ThreadStart, I cannot write this code, there is no threadstart or Thread. Iam using VB.NET Developer.


can any one help me.
 
Back
Top