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 |
What are the parts of the visual basic control?
hi dear ? MY problem is that i m developing software for Library. and i want to connect a third party software with my VB.net program in order to calculate DDC number.I dont know how to do this if any body can help me please?
Which classes a dll can contain?
How to create a constant in vb.net?
how to call a list box on the text if some one send me the code for it
What is visual basic.net culture?
what do you mean by .Net Framework
17 Answers Assurgent, College School Exams Tests, Guru Tech, Krishna Infotech, Ksb, Microsoft,
Is vb.net a programming language?
Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.
Write a program that accepts an array of numbers and a number, and return a string “Yes” if the number is found in the array, “No” if the number is not found in the array.
give me code for selecting itemcode and correspondin vendor details wll displays in the gridview?
what is commom language runtime?