CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    Active-X documents

    I have an active-X document that I can successfully run from within the VB development environment but it fails to run after I package it as an internet package (CAB). After building the CAB file I have an .HTML file, a .VBD file and the .CAB file in a directory. If I load the HTML file in IE4 and click on the link, itstead of seeing my application IE4 decides I have asked to download the .VBD file and wants to know whether to Open it or Save it.

    What is going on and how can I fix it?


  2. #2
    Join Date
    Apr 2000
    Location
    Winston-Salem, NC
    Posts
    32

    Re: Active-X documents

    I admittedly don't often use ActiveX documents, but I've always navigated directly to the .vbd.
    In the address bar of your IE browser you should be able to reference the .vbd file as if it were a file with a .htm extension.

    == Ali R. Tahbaz, MCSD ==========================
    "Whether you think that you can, or that you can't, you are usually right."
    --Henry Ford

  3. #3
    Join Date
    Jun 2000
    Location
    Toronto,Canada
    Posts
    8

    Re: Active-X documents

    Hi there,
    I come into the same trouble as yours. I packaged the internet CAb and Copy all associated files onto another computer with the Personal Web Page. When I run it I selected Open it, But it didnot display anything?
    How about your problem? Could you tell me how to fix it please?(if possible).

    A Freind.
    have a nice day.


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