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 option strict?

0 Answers  


What is the difference between Abstract Classes and Interfaces? Give the answer as a table format....

5 Answers  


Explain cls?

0 Answers  


1234 123 12 1 how to design above pic in vb.net?

2 Answers   ABC,


1.wht is satellite assembly??? 2.How Garbage Collector works can u explain ????

3 Answers   ABC,






Can you please explain the difference between vb and vb.net?

0 Answers  


How to achieve Polymorphism in VB.Net?

0 Answers  


Explain i.tostring method?

0 Answers  


What is the top .net class that everything is derived from?

0 Answers  


What is the use of system.diagnostics.process class?

0 Answers  


What is "Friend" in VB.Net?

5 Answers  


what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.

0 Answers  


Categories