|
-
Mar 9th, 2004, 09:49 AM
#1
Thread Starter
Fanatic Member
Upgrading Existing ActiveX
If I create a control and insert it into a project and then need to break binary compatibility to add new functionality to the control, what is the easiest way rebuild the control and reference it in the old project without having to reinsert the new control in every spot that it was used. The way I currently do it is by editing the control's information in the .frm and .vbp files via notepad, but there has to be another way. Essentially I wanna do a control "find/replace"...the old functionality is there it was just that new methods and properties were added.
-
Mar 9th, 2004, 10:19 AM
#2
Re: Upgrading Existing ActiveX
Originally posted by clarkgriswald
The way I currently do it is by editing the control's information in the .frm and .vbp files via notepad,
do you mean changing the lines like this one?
Object = "{7B...64}#4.0#0"; "my control.ocx"
if so, that's the best you can do.. the only improvement is to automate the process.
-
Mar 9th, 2004, 10:20 AM
#3
Thread Starter
Fanatic Member
Yeah, ok thanks, just wanted to know if there was an easier way...thanks again.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|