Can someone please explain how to convert a standard VB application into an ActiveX ?
Printable View
Can someone please explain how to convert a standard VB application into an ActiveX ?
There is no such thing as simply "ActiveX".
There are ActiveX Dlls and ActiveX EXEs that
can be created for distributed apps in VB.
The first step would be to extract what people
call the "business logic" from the existing
project. Secondly, create subs/functions in
class modules that reside in your component
project. Now you can call your com object's
methods to get your work done from within the
existing project where the business logic used
to set.
== Ali R. Tahbaz, MCSD ==========================
"Whether you think that you can, or that you can't, you are usually right."
--Henry Ford