I have an vb6 ActiveX exe that is used by a couple of programs to receive request to ftp files to a server. It is set to multi-use with thread pool set to one. Each independent program creates an instance of the object and pass requests
I am getting the subject failure after having upgraded to VB.NET 2003 from VB98. During startup, the splash form shows and the login form shows. After the login completes, the splash and login forms are closed and the main
I'm migrating an app from VB6 to VB .NET and am having a problem with accessing a COM object. The following code works fine in VB6: Dim objObject As COM_login Set objObject = New COM_login
when trrying to upgrade a VB6 project (about 40 forms) to VB2005 I get the error:- "Unexpected exception occurred during upgrade wizard execution: Retriveing the COM class factory for the component with CLSID {...the class id...}
This really p---es me off. I installed VB6 after installing 2005 pro I make a lot of changes in my VB6 app and run(compile) with Save. If I have a syntax error it shows it to me and I correct and again Run with Save. But if there is an error, and after my error handler displays the ...
In Visual Basic 6 I have written a program to read and write to a file. It works fine. Now I have to do the same for binary data since the information I write to the file has [i]end-of-line[/i] and [i]return[/i] characters. For instance, when I write to the file, the data looks ...
Has anyone had any experience reading and writing a file in VB? When I write a string variable to a file it puts quotes around the line. THen when I read it back, the quotes are there. How do I strip the quotes or make it so that the quotation marks are not there when I write to ...