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

    ActiveX control Deployment

    how can i deploy MSChart and MSFlexGrid activeX control to production web server?


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: ActiveX control Deployment

    place the CAB files for these controls somewhere on your web server and refer to those files in the CODEBASE attribute of you OBJECT Tags in all HTML pages that use these controls.
    (or, as MS suggests: directly point to the download section for the latest versions of the cab files on the MS Site).


  3. #3
    Guest

    Re: ActiveX control Deployment

    how to create the cab file? if using package and deployment wizard, need to specify the vb project.. but somehow i create my application in visual interdev... if there other way round?


  4. #4
    Join Date
    May 1999
    Posts
    3,332

    Re: ActiveX control Deployment

    you can find the cab files for all OCXs that come with the vb installation on the Installation-CD


  5. #5
    Guest

    Re: ActiveX control Deployment

    do u know what is the address for the site? cause i cant find it... is it restricted to MS customer only?


  6. #6
    Guest

    Re: ActiveX control Deployment

    do u know what is the address for downloading the ocx cab file from MS? i cant find it.. is it restricted to MS customer only?


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