The following VB6 code connects to some third party software and forces a login with the a开发者_Python百科dmin username and password:
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:
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
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.
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.
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
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
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
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.
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