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 enumerator?
Explain the difference between dispose and finalize()?
How do you retrieve the customized properties of a .net application from xml .config file?
Explain about the performance of visual basic?
What is the advantage of using system.text.stringbuilder over system.string?
Explain the use of serialization and deserialization?
Explain about branching logic control in vb.net?
What is the significance of delegates. Where should they be used?
What languages does the .net framework support?
What are the advantages of vb.net and c#?
Explain about jagged arrarys ?
Why is the xml infoset specification different from the xml dom?
What is the use of system.diagnostics.process class?
Can you please explain the difference between namespace and assembly?
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?