vb6-migration
C# equivalent of VB6's GetObject
The following VB6 code connects to some third party software and forces a login with the a开发者_Python百科dmin username and password:[详细]
2023-01-17 08:05 分类:问答Making a DLL COM accessible
I have a class library written in .Net that I would like to make available to VB6/VBA. What I tried did not work (obviously as I am asking this 开发者_运维问答question). Here is what I did:[详细]
2023-01-09 06:55 分类:问答Property/Method Descriptions for COM Libraries
If you create a COMClass, I\'ve noticed that the values in the XML Summary tag do not show in the object browser of VB6/VBA when you reference the resulting tlb file. Is there a way to have these valu[详细]
2023-01-09 01:43 分类:问答Database advice needed: porting VB6/ADO/JET app to VB.NET
I need to update (well, rewrite really) a SMALL VB6 application which uses ADO to access a JET database, to a vb.net app in Visual Studio 2008.[详细]
2023-01-08 04:01 分类:问答VB 6 InteropForms: The file [...] was not registerable as an ActiveX Component
I am working my way through the walk-through and I got as far as trying to load the control into the VB 6 toolbox.[详细]
2023-01-06 05:58 分类:问答Equivalent in vb.net's MaskedTextBox to cliptext property in vb6's Masked Edit control
I find this property useful but cannot find a direct replacement for 开发者_运维知识库it in vb.net. Is there one? ThanksJust call maskedTextBox1.TextMaskFormat = MaskFormat.ExcludePromptAndLiterals be[详细]
2023-01-03 10:48 分类:问答Programming Logic upgrading from VB6 to Vb.net
I have been programming 开发者_高级运维in vb6 for few time ago and i used open SQL Server connection andcommand objects to make database traansactions. I have been searching for similar approaches in[详细]
2023-01-01 15:13 分类:问答Migration of a VB6 application
Migation of a VB6 appli开发者_如何学Pythoncation to .NET platform is almost like a rewrite, no matter it is VB.NET or C#.Do you think it will require more effort to do it in Java platform, when compar[详细]
2022-12-30 02:49 分类:问答tips and advices while migrating code from vb6 to .net with Visual studio 2010
I want to migrate one of the application开发者_如何学C from vb6 to .net with Visual studio 2010. At present the application is windows based application. I want to make web application.[详细]
2022-12-29 09:19 分类:问答We have migrated VB6 code to C# in .net
The code was migrated using a third party tool. what ever the tool couldnt do, was done by the .net developers, so that all compile issues were fixed. My question is, for such migration activities, do[详细]
2022-12-28 19:41 分类:问答