How do you do multithreading application in VB ?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the difference between datatable and dataset?
Which is the base class for all the classes in .net framework?
Which properties are used to bind a DataGridView control?
Name some of the keywords used in vb.net?
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
How do you call a stored procedure in Visual Basic?
What is the difference between vb 6 and vb.net?
What is private assembly?
Explain managed code?
Name a feature which is common to all .net languages?
what is difference between web.config and machine.config and where it will be ?
What are the difference between structure and class?
What is redim keyword?
Explain about the keyword must inherit?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?