Visual J#
Game Technologies
.NET Development
Architecture
Microsoft ISV
Windows Live
Windows Vista
Smart Device
SQL Server
Visual C#
Windows Forms
VS Express Editions
Visual Basic
Visual FoxPro
Visual Studio
Software Development Network>> Visual Basic>> passing data to a thread from a form
passing data to a thread from a form
Hot Topic
COM Interop, Property Get,Let,Set Interface Attribute?
Accessing a VB6 dll from vb.Net
Breakpoints in Visual Basic.Net Code
Newbie:-Pros and Cons?
VB Express 05 Listbox questions
Calling a sub while reading an array?
Printer Queue and Restarting the Service
Need help using arraylist.sort on an arraylist of structures
VS 2005 VB Templates
Writing to files
Visual Basic
invalid parameter
Visual Studio.Net 2005; Visual Basic.Net; Windows Generated Code
How do I change the style and the color of a font?
Stop user inputting a single
Decent Source Code Site - Visual Basic 2005
defualt browser
list view right to left problem (VB.NET)
in 2003, how can add exe file as a reference in other project
Date/Time of compilation
ToolStripStatusLabels
passing data to a thread from a form
Instead of using a class/method/delegate to pass data from a form to a thread...
why not pass the data to a thread "ByRef"
comments please
thanks
Answer this question
passing data to a thread from a form
New_to_Vb_studio
The problem is that a thread must be started with a function that has no parameters, so data is not being passed "ByVal" or "ByRef". That is why you will see the examples that will create a class to hold data used by the thread.
passing data to a thread from a form
Answer this question
passing data to a thread from a form
New_to_Vb_studio