How do you do multithreading application in VB ?
Answer Posted / dileep.t
VB6 does not support multithreading.
However, It is possible using Win32 API
"CreateThread" function.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the main use of a namespace?
What are the various open source tool available for VB.NET?
What is the difference between c# and vb.net?
Explain how to achieve polymorphism in vb.net?
What is the difference between readonly variable and constant variable?
What do you mean by serialization and deserialization?
Explain the components of common language runtime.
Explain enumerator?
What is econo-jit?
What is branching logic control in VB.NET?
what is intermediate language?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
What is late binding?
What is the advantages of VB.NET?
How do you use two datareaders at the same time in a vb.net windows application ?