Is there a good simple way to开发者_开发知识库 do this... it\'s just a simple string in c# i\'d like to get over to an older vb6 app that will be rewritten later, don\'t need an extensive framework, j
I am trying to perform a database operation from a VB 6.0 application (connecting to SQL 2000). The application is running fine in my local and test machines, but it gives the following error in the U
I have a VB6 COM client that makes calls to an inprocess STA ATL/COM server. One of the Server methods, X, can take a while to finish so I need to be able to cancel it. What I tried was to run the met
Using VB6, SQL Server 2000 I want to connect to others system database. Code: ConnectionString = \"Provider=SQLOLEDB.1;\" & _
I have a C# .NET 2.0 application that loads legacy VB6 modules (which we have not converted yet) which are ActiveX controls (.ocx files) the application loads these from the main C# .NET form via inte
Several users have reported that if they launch Excel by double-clicking an Excel file, the add-in will not load. But, if they open Excel via the Start menu (or Quick launch toolbar) the add-in loads
How woul开发者_开发问答d I go about generating Visual Basic 6 Proxy dll/tlb from a WSDL file? Similar to the WSDL2Java for java, but for Visual Basic.You could generate a Web Service client proxy usi
Table1 EmpName1 Raja Rav\'i Ramu\'i Rajes\'ih Table2 EmpName2 .... When I inserting table2.empname2 from table1.empname1, It inserted only the raja, remaining rows were not inserted it showin
I have a toolbar in a VB6 editor program which has a 24*24 icons in 24bits color. I put in the photos in a res. resource file and load them into the program via loadImage.
A lot of what I have learned about VB I learned from using Static Code Analysis (Particularly Aivosto\'s Project Analyzer). And one one of things it checks for is whether or not you cleared all object