User Tag List

Results 1 to 10 of 10

Thread: ActiveX Control Question

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Tallmadge, Ohio USA
    Posts
    264
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ActiveX Control Question

    I'am using a 3rd party ActiveX control in my application. When I use the application on another computer I get the error that this control is not registered...which I understand why...so my question is...how do I bring along the needed control "for the ride"?

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Tallmadge, Ohio USA
    Posts
    264
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ActiveX Control Question

    I'am using a 3rd party ActiveX control in my application. When I use the application on another computer I get the error that this control is not registered...which I understand why...so my question is...how do I bring along the needed control "for the ride"?

  3. #3
    No Products Registered

    Join Date
    Jul 2006
    Posts
    375
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ActiveX Control Question

    "how do I bring along the needed control "for the ride"?
    "

    Don't think you can.

    But there are some that might be able to be downloaded at runtime (toss another Active X object in and see yer options.

    Some may be able to downloaded from the internet, then you would toss that thing's installer in your app's install dir, and make the setup for your app run that installer as well...? (know what I mean?)

  4. #4
    No Products Registered

    Join Date
    Jul 2006
    Posts
    375
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ActiveX Control Question

    "how do I bring along the needed control "for the ride"?
    "

    Don't think you can.

    But there are some that might be able to be downloaded at runtime (toss another Active X object in and see yer options.

    Some may be able to downloaded from the internet, then you would toss that thing's installer in your app's install dir, and make the setup for your app run that installer as well...? (know what I mean?)

  5. #5
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperiOS Export ModuleMac Export ModuleSWF Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    JasonDarby's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    4,938
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: ActiveX Control Question

    If you have an application that is using a 3rd party ActiveX and you have purchased it (eg you have distributable rights), then you can use a product like Install Creator to Register it on the relevant computer you are putting your application on. This can also be done manually using regsvr (i think), but obviously if you are distributing an application you are probably using an installer.

    So use IC to register the control, and then your app will work <img src="/center/images/graemlins/laugh.gif" alt="" />

  6. #6
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperiOS Export ModuleMac Export ModuleSWF Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    JasonDarby's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    4,938
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: ActiveX Control Question

    If you have an application that is using a 3rd party ActiveX and you have purchased it (eg you have distributable rights), then you can use a product like Install Creator to Register it on the relevant computer you are putting your application on. This can also be done manually using regsvr (i think), but obviously if you are distributing an application you are probably using an installer.

    So use IC to register the control, and then your app will work <img src="/center/images/graemlins/laugh.gif" alt="" />

  7. #7
    No Products Registered

    Join Date
    Jul 2006
    Posts
    144
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ActiveX Control Question

    most of Install Maker functionality seems to be built into MMF2, as I was pleased to find <img src="/center/images/graemlins/laugh.gif" alt="" />

  8. #8
    No Products Registered

    Join Date
    Jul 2006
    Posts
    144
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ActiveX Control Question

    most of Install Maker functionality seems to be built into MMF2, as I was pleased to find <img src="/center/images/graemlins/laugh.gif" alt="" />

  9. #9
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Tallmadge, Ohio USA
    Posts
    264
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ActiveX Control Question

    Just as I suspected!...Thanks for the thoughts.

  10. #10
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Tallmadge, Ohio USA
    Posts
    264
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ActiveX Control Question

    Just as I suspected!...Thanks for the thoughts.

Similar Threads

  1. ActiveX question: Retrieving output from control
    By aidmm in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 5th September 2008, 01:18 AM
  2. ActiveX Web Control
    By LAJ in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 12th September 2007, 09:34 PM
  3. Form Filling in a ActiveX Control
    By Kisguri in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 1st August 2007, 09:32 PM
  4. ActiveX Serial Port control... RS-232 ... ?
    By aidmm in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 30th December 2006, 07:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •