Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Replacing ACtiveX control with a new one from different vendor

Status
Not open for further replies.

VCPro

Programmer
Feb 3, 2003
30
0
0
US
Trying to replace an activeX control used in my VC++ project with a new control from a different vendor.
What's involved other than replacing the resource files. How do I know if any events or member functions that were attached to previous control were used?


Thanks,
 
Well,

I'm not sure if some of the events of your old control was used in your new control. Maybe it has an equivalent event for the new control.

Try changing your class reference for the control in your class wizard then compile it.

If the compiler doesnt read your old syntax, then you should adjust for the new one.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top