Results 1 to 3 of 3

Thread: Upgrading Existing ActiveX

  1. #1

    Thread Starter
    Fanatic Member clarkgriswald's Avatar
    Join Date
    Feb 2000
    Location
    USA
    Posts
    799

    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.

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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.

  3. #3

    Thread Starter
    Fanatic Member clarkgriswald's Avatar
    Join Date
    Feb 2000
    Location
    USA
    Posts
    799
    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
  •  



Click Here to Expand Forum to Full Width