A friend of mine is working on a legacy VB6 project. I haven\'t touched that language in ten years, so I\'m pretty rusty. Anyway, is there any kind of reflection API for VB6? Specifically, he needs a
I have a ASP/VB6 web-app that logs in a user. I want开发者_StackOverflow to encrypt the users identity field and pass(querystring) it to a asp.net app and then decrypt it to do a db lookup.
I have a VB6 application using Crystal Reports XI. After almost开发者_运维问答 two years suddenly I cannot set RecordSelectionFormula anymore. The error message says, that Basic syntax is not allowe
I have a drop-down box in my VB6 form, I was wondering if there was an easy way to have it displaying the dates for the week beginning for the next 4 weeks.
I have a VB6 app.I am trying to figure out what command line parameters got passed into the application.If I type in ? Command$ into the Immediate window, it prints out the command line params fine.Sa
Private Sub Command1_Click() Dim dom As New DOMDocument Dim http As New XMLHTTP Dim strRet As String If Not dom.Load(\"c:\\\\CH.xml\") Then MsgBox \"文件不存在\"
Is there a simple way to consume a WCF Service from Classical ASP respectiv开发者_运维技巧ely in VB6 ?
Is it possible to use the SAP Connector for .NETin VB6 respectively can be used as COM-Component (COM-visible) or is it better to write a COM-visible wrapper, which hides everything of the connector ?
I have a C# class X which inherits from class Y. Class X should be Com-Visible (should be used in an old Vb6 application)开发者_如何学运维. It is neccessary to use some Types of class Y in the VB6 app
For example, I write a method: Private Sub Command1_Click() Dim dom As New DOMDocument Dim http As New XMLHTTP