Category

Miscellaneous

VB AddErrorHandler

By | Miscellaneous | No Comments

FREE Visual Basic 6 add-in, that will speed up adding error handling code to procedures and functions. It has built in CallStack and is fully customizable. Best of all, it will add runtime CallStack capabilities to your applications. From now on, if an error occurs at runtime, you won’t have to guess what happened 🙂 Download it here Short Description:…

Read More

Exposing Activex objects in VB6

By | Miscellaneous | No Comments

An example on how to use GetObject on custom made ActiveX EXE. (And Microsoft said that it cannot be done :-)) This sample will teach you how to expose classes from an ActiveX EXE to other Applications. I felt that a Main App / Plugin relationship (like in Photoshop) will be best suited to showcase this cool solution. This is…

Read More