How do you do multithreading application in VB ?

Answers were Sorted based on User's Feedback



How do you do multithreading application in VB ?..

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

How do you do multithreading application in VB ?..

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

How do you do multithreading application in VB ?..

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

How do you do multithreading application in VB ?..

Answer / kamal

VB doesn't support multithreading.

Is This Answer Correct ?    3 Yes 7 No

Post New Answer

More VB.NET Interview Questions

What is the diff between vb mdi form and .net mdi form?

0 Answers  


What is writeline in vb.net?

0 Answers  


What is difference between Abstract Class and Interface?

3 Answers  


What is the use of internal keyword?

0 Answers  


What is the main use of a namespace?

0 Answers  






sql satement for 2nd maximum value

15 Answers   NIIT,


What is the difference between custom control and user control?

0 Answers  


So you know which dll is used for microsoft .net run time?

0 Answers  


What is non_deterministic finalization?

0 Answers  


What is strong name in .net assembly?

0 Answers  


What is the purpose of an Assembly?

0 Answers  


what are the types of threading models in VB.net ?

1 Answers   Satyam,


Categories