shvonne
July 27th, 1999, 02:32 AM
how can i add a treeView activeX control on a web page??? any references?? thanks
^o^
^o^
|
Click to See Complete Forum and Search --> : treeView in ASP page shvonne July 27th, 1999, 02:32 AM how can i add a treeView activeX control on a web page??? any references?? thanks ^o^ Lothar Haensler July 27th, 1999, 02:54 AM add an OBJECT tag to your HTML page, specify a CODEBASE attribute for your CAB file of the treeview control and specify the CLASSID attribute. This allows IE to download your CAB and extract it and install the control, if necessary. The CAB files are distributed with SP3 and they are probably on the installation disks. Specify an ID attribute in your object tag, so that you can refer to it in your VBScripts or JScripts like "document.myTree...". shvonne July 27th, 1999, 03:42 AM hai lothar.. do you have any code reference regarding creating a treeView in web page cause i really dun have any idea how to start it?? i try to have a look on MSDN library.. but it doesn't have what i want.. they dun have a example on it.... thanks.... ^o^ codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |