rufus Posted July 14, 2003 Posted July 14, 2003 Iam getting errors in Dim thrd as New ThreadStart(AddressOf display) dim thrd_str Quote Rufus
rufus Posted July 14, 2003 Author Posted July 14, 2003 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. Quote Rufus
*Experts* mutant Posted July 14, 2003 *Experts* Posted July 14, 2003 Did you import the Threading namespace? Imports System.Threading If you say its not there then this is the problem. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.