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

    using monthview & treeview controls

    Hello,
    I am developing a web appl using Visual Interdev Environment/VBScripting. The application makes use of
    monthview & tree view controls on html/asp pages. The application runs well on machines where either VC++ or VB are installed. When browsed from other machines the controls fail to appear9not visible) on the screen. Also no methods/properties of these controls are available at run time.

    I have tried to register the comctl32 & mscomct2 controls on the machines, inspite of this controls fail.
    From associated help file I understand a run time licence for these controls is required . can any one help me?


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

    Re: using monthview & treeview controls

    IMHO you need to specify the CAB Files for these controls in the CODEBASE attribute of your OBJECT tag to allow the browser to download and install those controls.


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