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?
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.