vb6-migration
dotnet equivalent for VB methods
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...[详细]
2023-03-22 10:36 分类:问答Uprading VB6 MSFlexGrid to VB.NET
I want to upgrade MSFlexGrid to .net datagridview, what is equivalent code for these code?? With gridview[详细]
2023-03-22 09:17 分类:问答What's the best way to package a vb6/vb.net hybrid application?
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[详细]
2023-03-13 01:56 分类:问答Migration trobules upgrading from vb6 to vb.net
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:[详细]
2023-03-09 19:11 分类:问答VB6 to VB.NET conversion - System.Collections.IEnumerator
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[详细]
2023-03-09 16:50 分类:问答Callback functions: passing callbacks from a C# winform app to a referenced VC++ Exe
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++[详细]
2023-03-03 15:12 分类:问答mysql to sql server
before i am using mysq开发者_如何学JAVAl and now using sql server, does it have the same syntax?[详细]
2023-02-27 03:41 分类:问答convert vb6 project to .net using VS2010 Express?
I can\'t seem to convert my vb6 ActiveX 开发者_运维百科dll project (.vbp)to .net using VS2010 Express.[详细]
2023-02-27 02:39 分类:问答Can a VB6 project use a .Net .dll
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)?[详细]
2023-02-26 19:59 分类:问答Multiple constructors in VB6?
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[详细]
2023-02-17 19:40 分类:问答