CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Location
    Berkshire,UK
    Posts
    15

    VB ActiveX help Please

    I'm sure you've seen this one before. I want to use a vb ocx on my web page, but the problem is distributing it to my clients.

    I point the codebase to the ocx but it doesn't work. It works fine with the developement machine because all the supported dll files are allready loaded, But when I tried to load inside the virgin machine it doesn't work..!

    Please help me in this regard

    Thanks
    Shailaza

    Shailaza

  2. #2
    Join Date
    Oct 1999
    Posts
    25

    Re: VB ActiveX help Please

    The Control has to actually be installed and registered on the "virgin" machine. The best way to do this is to use the setup wizard for internet setup. I'm pretty sure it will mark your control's cab files as safe for scripting and download and setup on the target machine.

    Sky1000


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

Featured