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’s the difference between private and shared assembly?
Explain the difference between int and int32?
Define manifest?
Explain about the feature anonymous type?
Explain the difference between vb.net and c#, related to oops concepts?
Name the tool which can convert visual basic old version to .net compatibility version?
Which properties are used to bind a DataGridView control?
Can you please explain the difference between dispose and finalize()?
What is branching logic control in VB.NET?
Can you please explain the difference between system.string and system.stringbuilder classes?
What is DLL HELL in VB.NET
Define cls?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
What is internal keyword in .net framework?
How many classes a dll can contain?