how can we identify a method if its dotnet specific or VB specific? Or how can we know what is the dot net equivalent method for a partic开发者_JAVA百科ular vb method ?Please help...
I want to upgrade MSFlexGrid to .net datagridview, what is equivalent code for these code?? With gridview
I\'ve been working on a project for my company that\'s completely implemented in VB6. However, we\'ve been transitioning small parts of it over into VB.NET (v4.0). Previously, we would simply use the
I want to upgrade Vb5 code to Vb.net but I don\'t know how to upgrade this command strMsgDtl and vbCrLf are str开发者_如何学编程ing:
I have a fairly lengthly block of code that I\'m trying to convert from VB6 to VB.NET.The ArcObjects GIS code basically looks at a table and groups a bunch of GIS layers together and adds them to the
Asynchronous Callback Functions Perspective: I am upgrading several VB6 ActiveX applications to C#.net, which all talk to each other using callback functions which they register with a referenced VC++
before i am using mysq开发者_如何学JAVAl and now using sql server, does it have the same syntax?
I can\'t seem to convert my vb6 ActiveX 开发者_运维百科dll project (.vbp)to .net using VS2010 Express.
I have a V开发者_开发知识库B6 project.My question is can I call a .NET .dll that has all the business rules of the project (from the VB6 application)?
Is it possible to have multiple constructors in vb6?The reason I\'m asking is because I see the class initialize, but i don\'t know if I can stick in 0 or more parameters into a constructor or if clas