CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 1999
    Posts
    58

    Downloading And Installing Controls From Web

    i specify my object codebase as
    "codebase="http://serverName/projek1/cabFile/MSChart20.cab"... but it happened that the control is not downloaded and installed at the client side automatically... any idea what happen?


  2. #2
    Join Date
    Oct 1999
    Posts
    25

    Re: Downloading And Installing Controls From Web

    Your cab has to be digitally signed, or the Security settings on the target browser need to be set to low.

    Sky1000


  3. #3
    Join Date
    Jul 1999
    Posts
    58

    Re: Downloading And Installing Controls From Web

    how to digitally signed? as i copy the cab file from visual studio installation CD... suppose that everything is done for me already right? as those cabs are MS proprietary....

    for the security setting, i tried it out but the problem still exist....


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