V vbBart Member Joined Feb 27, 2008 Messages 16 Programming Experience 1-3 Apr 17, 2008 #1 I know how I going to build it. But now I have an other question. How can I go from a thread to a public or private sub? Thanks!
I know how I going to build it. But now I have an other question. How can I go from a thread to a public or private sub? Thanks!
JuggaloBrotha VB.NET Forum Moderator Staff member Joined Jun 3, 2004 Messages 4,530 Location Lansing, MI; USA Programming Experience 10+ Apr 17, 2008 #2 Simply call the sub from inside your thread or inside the BackgroundWorker's DoWork() event Upvote 0 Downvote