borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Creating Control At RunTime as well as set the properties or events of those controls)Next Topic (Deployment problem) New Topic New Poll Post Reply
AndreaVB Forum : ActiveX : Is it possible to customize and ActiveX component?
Poster Message
m_carryme
Level: Guest


icon Is it possible to customize and ActiveX component?

Hi pals,

It maybe stupid. I'm new to Windows Applications programming.

My question is: Is it possible to customize or edit an ActiveX component inside VB? I have found an ActiveX component, but it's not exactly what I want. It uses some message boxes that I don't prefer and I was wondering to change those message boxes. Do you have any idea?

Thanks

16-11-2002 at 04:32 AM
| Quote Reply
vbgen
Level: Moderator

Registered: 10-10-2002
Posts: 876
icon Re: Is it possible to customize and ActiveX component?

short reply:

if the component IS compiled already, then it would probably be through subclassing, if it's possible with activex com... OR

if you can find a de-compiler...

____________________________
Been busy trying to take a second degree <--it's not working out...

16-11-2002 at 06:01 PM
View Profile Send Email to User Show All Posts | Quote Reply
JLRodgers
Level: Moderator

Registered: 04-04-2002
Posts: 1616
icon 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]

16-11-2002 at 06:08 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
vbgen
Level: Moderator

Registered: 10-10-2002
Posts: 876
icon Re: Is it possible to customize and ActiveX component?

oh... yes, that's my mistake...

if it were made by Visual C... then it might not be wise to de-compile.

thanks JLRodgers... i almost gave a one of our fellow members a hard time.  

[Edited by vbgen on 17-11-2002 at 02:46 AM GMT]

____________________________
Been busy trying to take a second degree <--it's not working out...

16-11-2002 at 06:18 PM
View Profile Send Email to User Show All Posts | Quote Reply
fabulous
Level: VB Guru


Registered: 03-08-2002
Posts: 439
icon Re: Is it possible to customize and ActiveX component?

Just curious. How would one go about decompiling a control. I have not seen any working decompiler to date. All the ones I have seen do not work and I was beginning to think this is quite bogus. Please let me know.

____________________________
My boss is a Jewish Carpenter (Jesus Christ)


Brain Bench Certified VB.NET Developer

04-07-2003 at 06:08 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
AndreaVB Forum : ActiveX : Is it possible to customize and ActiveX component?
Previous Topic (Creating Control At RunTime as well as set the properties or events of those controls)Next Topic (Deployment problem) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder