How do you do multithreading application in VB ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Explain enumerator?
Explain private assembly?
Explain some of the exclusive features which are present in vb?
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?
Can you please explain the difference between thread and process?
how to save items in gridview and the form name is vendor rating?
How to view an assembly?
What do you mean by deserialization?
What’s the difference between private and shared assembly?
What is an abstract class?
How do you use two datareaders at the same time in a vb.net windows application ?