Results 1 to 5 of 5

Thread: ActiveX issue with Vista

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2005
    Posts
    608

    ActiveX issue with Vista

    Hello guys,

    I have an ActiveX that streams audio and video.
    Since Vista came out, I can no longer use the ActiveX as a normal user. I have to launch IE7 with administrator privileges, or the ActiveX will crash, most likely when it tries to access the USB port of the camera.

    Only the top versions of Vista have the option to right click over a shortcut and launch as admin. This makes the ActiveX not work with the home basics and premium users.

    Any ideas on how can I make the ActiveX work under Vista?

    Thanks,
    HoraShadow
    I do like the reward system. If you find that my post was useful, rate it.

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: ActiveX issue with Vista

    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    May 2005
    Posts
    608

    Re: ActiveX issue with Vista

    Thanks a lot Yoda, I'm pretty sure the solution is in the first link, using the Application Compatibility Toolkit.

    I'll give it a try and see what happens.

    HoraShadow
    I do like the reward system. If you find that my post was useful, rate it.

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: ActiveX issue with Vista

    Note that its only for unmanaged code (vb 6 / APIs) and not .NET managed code
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    May 2005
    Posts
    608

    Re: ActiveX issue with Vista

    Hello,

    Yeah, that did the trick.

    What I had to do to get the ActiveX control to run under Internet Explorer on Vista, was to create a compatibility fix to launch Internet Explorer (iexplorer.exe) with the highest available user.

    Now, the ActiveX works fine. But each time I try to launch IE 7, even to check emails, it prompts for user interaction whether they want to launch the app or not. Every single time.

    I can only target .exe files, so I cannot target the ActiveX itself.

    Any ideas on what can I do to prevent this?

    This Vista is damn complicated...

    Thanks,
    HoraShadow
    I do like the reward system. If you find that my post was useful, rate it.

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