I have an object with event handlers and I want to make something similar to VB6 to make array of that object. Something like:
So a collection in VB6 keeps track of a key for each object, and you can look up the object by its key.
I have the following method that all the error handlers call: Public Function ToError(strClass As String, strMethod As String) As String
Is it possible that someone here could explain how to use this code. Please keep in mind i am a complete amateur, so simplifications may be needed.
I have some legacy vb6 applications that need to talk to my .Net engine application. The engine provides an interface that can be connected to via .net Remoting.
We are using a COM Interop (C#) to allow for a VB6 application to send data to a server.Once the server receives the data, the managed code will raise a DataSent event.This event is only fired after a
I am using COM Interop. I have a call in VB6 which returns a string of roughly 13000 chars. If I execute the call in pure VB6 it takes about 800ms to execute. If I execute it via c# and COM Interop it
What do you do when you break compatibility on a common library used by many other libraries on your development machine?
I am making a front-end application in VB. The back-end is Oracle. I want an autogenerated ID on the click of a \"New\" button. It works well if data is present inthe table, but shows an error if the
Ok, i have a simple database engine (its a proprietary product written in vb6) for one of my applications...