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

Using VB, how can you change the Mouse Pointer?

0 Answers   CGI,


What are the assembly entry points?

0 Answers  


Explain the difference between vb 6 and vb.net?

0 Answers  


What is the difference between import system.data.sqlclient and system.data.oledb?

0 Answers  


how many server control present in .net

0 Answers  






code for itemstockgroupwise record?

1 Answers  


when do we need a multiple document interface?

2 Answers  


Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?

0 Answers  


What is writeline in vb.net?

0 Answers  


i have attended interview for cognizant ( 3 +,on .net ) on 19-06-2010 till now i have not given the status ..am confused... does any one faced same situation ...could please tell what would be happened

1 Answers  


How do you rate yourself in .NET ?

3 Answers   Infosys, Seneca Global,


Explain the difference between an xml "fragment" and an xml "document."

0 Answers  


Categories