How do you do multithreading application in VB ?
Answers were Sorted based on User's Feedback
Answer / daniel
Its the fastest and an excellent application provided in
VB.net. Due to which many operations can be done without
any lapse of time. The system need not wait for an
application or any task to get completed, rather it runs
simultaneously.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / dileep.t
VB6 does not support multithreading.
However, It is possible using Win32 API
"CreateThread" function.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / trevor wong
Keep it simple. User few timer, and some state. Or you can
do multi processes and asynchronous call too. But be careful
with slowness.
Is This Answer Correct ? | 1 Yes | 3 No |
What is the diff between vb mdi form and .net mdi form?
What is writeline in vb.net?
What is difference between Abstract Class and Interface?
What is the use of internal keyword?
What is the main use of a namespace?
sql satement for 2nd maximum value
What is the difference between custom control and user control?
So you know which dll is used for microsoft .net run time?
What is non_deterministic finalization?
What is strong name in .net assembly?
What is the purpose of an Assembly?
what are the types of threading models in VB.net ?