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

Explain enumerator?

0 Answers  


Explain private assembly?

0 Answers  


Explain some of the exclusive features which are present in vb?

0 Answers  


write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.

0 Answers   College School Exams Tests,


Where would you use Abstract class and Interface?

4 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  


How to view an assembly?

0 Answers  


What do you mean by deserialization?

0 Answers  


What’s the difference between private and shared assembly?

0 Answers  


What is an abstract class?

4 Answers  


How do you use two datareaders at the same time in a vb.net windows application ?

0 Answers  


Categories