Multithreading in VB
-
Wait for Visual Basic .NET :-D
-
Wait for Visual Basic .NET :-D
Is this true? Could you send me a pointer to MS's marketing hype on Multithreading in VB? Thanks, Kevin
-
If it's a XML you can use DomDocument.Load and set DOMDocument.async = true Furor fit laesa saepius patientia
-
Is this true? Could you send me a pointer to MS's marketing hype on Multithreading in VB? Thanks, Kevin
Visit Microsoft's .NET sites, start at: http://www.microsoft.com/net/ and http://msdn.microsoft.com/vstudio/nextgen/default.asp Multithreading is a design feature of the CLR, the Common Language Runtime, which is an integral part of .NET. All managed .NET languages are using the CLR, including Visual Basic, which is the main reason why its syntax had to change quite a bit from VB6 (to the better though).