April 5th, 2000, 02:29 PM
Can someone please explain how to convert a standard VB application into an ActiveX ?
|
Click to See Complete Forum and Search --> : converting standard VB App to ActiveX April 5th, 2000, 02:29 PM Can someone please explain how to convert a standard VB application into an ActiveX ? Tahbaza April 11th, 2000, 05:20 PM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |