JLRodgers Level: Moderator
 Registered: 04-04-2002 Posts: 1616
|
Re: Is it possible to customize and ActiveX component?
If the control you're using can have everything done without a message box appearing, OR can create controls on your own, and know how to code everything you use from that control, you can:
1) Create a new ActiveX Control Project.
2) Add the control that you want to edit on the form (or controls needed for a replacement control)
3) Add all the properties needed, code to handle
4) save and compile, use new control in program - including when installing.
[vbgen said you can possibly de-compile the control, while it may be possible, it may also have been written in VC, not VB]
|