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

when do we need a multiple document interface?

2 Answers  


Explain the difference between web.config and machine.config and where it will be ?

0 Answers  


what is vb.net?

10 Answers  


how can we assigns items on listbox so that it will show rowwise please write the code for it.

3 Answers  


What is the difference between value and reference types?

0 Answers  






What is the main purpose of garbage collector?

0 Answers  


what is delegates

2 Answers  


What are the different variables in vb.net?

0 Answers  


Can you please explain the difference between thread and process?

0 Answers  


how to save items in gridview and the form name is vendor rating?

1 Answers  


hello friends.. when i deployment my project in the client machine that is successful but whenever i try to run my project using .exe file then it gives me error "<filename>.exe is not a valid win32 application." what i do somebody halp me pls

1 Answers  


What are jagged arrarys ?

0 Answers  


Categories