Urgentlly require help on using TreeView Control in an ASP 
Author Message
 Urgentlly require help on using TreeView Control in an ASP

Hello,

I want to use Treeview control in my ASP,

Any resourse , and samples will be really appreciated.

Sunny




Mon, 19 Mar 2001 03:00:00 GMT  
 Urgentlly require help on using TreeView Control in an ASP
Here is some resources...

INFO: Display Icons in Treeview Control with ImageList Control
http://support.microsoft.com/support/kb/articles/Q165/6/74.asp
(Remove spaces from BASE64 encoding to get the sample work.)

VB AX controls are licensed. On your dev machine you already have design-time
license. To use them on client machine, you need to create an LPK file with
LPK_TOOL and place a proper License Manager object at your page. This is
described in details at:
HOWTO: Using Licensed ActiveX Controls in Internet Explorer
http://support.microsoft.com/support/kb/articles/Q159/9/23.asp

Also, download and use MS-signed CAB with <OBJECT...> tag:
http://activex.microsoft.com/controls/vb5/COMCTL32.CAB
More on this:
INFO: CAB Files Distributed with Visual Basic 5.0
http://support.microsoft.com/support/kb/articles/q172/9/91.asp

Hope this helps,

Regards,
Captain Cerebrum
Innovative extensions for IE4 and HTML Help authoring
http://www.meadroid.com/wpm/
FREE ScriptX: Dynamic Event Binding, Printing
http://www.meadroid.com/scriptx

Hello,

I want to use Treeview control in my ASP,

Any resourse , and samples will be really appreciated.

Sunny




Mon, 19 Mar 2001 03:00:00 GMT  
 Urgentlly require help on using TreeView Control in an ASP
Try another way to graphically represent your structure!!
The TreeControl on Web Browsers is a nightmare!!
I wouldn't recommend it at all!!
Sorry to say this.
Mariano


Tue, 20 Mar 2001 03:00:00 GMT  
 Urgentlly require help on using TreeView Control in an ASP
Its not that difficult. If, in your ASP <HEAD> section you have
something like:

<SCRIPT LANGUAGE="VBScript">
        TreeView1.Nodes.Add......
        TreeView1.Nodes.Add....

</SCRIPT>
<HEAD>

You can pretty much use the thing like in VB. But you have to remember
that ONLY Internet Explorer will be able to present your page since the
inferior Netscape browser can't handle activeX controls.

If you need your ASP to be accessed by Netscape AND IE, you'll have to
get a Java version of the TreeView control, which is something I'm
currently trying to get from a colleague.

Quote:
-----Original Message-----

Posted At: Friday, October 02, 1998 1:52 PM
Posted To: vbscript
Conversation: Urgentlly require help on using TreeView Control in an ASP
Subject: Re: Urgentlly require help on using TreeView Control in an ASP

Try another way to graphically represent your structure!!
The TreeControl on Web Browsers is a nightmare!!
I wouldn't recommend it at all!!
Sorry to say this.
Mariano



Thu, 22 Mar 2001 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Help required with TreeView Control HELP!!!

2. License required using TreeView ActiveX control in Access?

3. Guru required - Help, Help, Help - ASP and SCRIPT

4. Using TreeView and ImageList Controls

5. trying to populate treeview control in activex using vb script

6. Treeview Control in ASP

7. MS TreeView Control with image in ASP

8. How can I link ActiveX control(TreeView) and DataBase Using VBScript

9. VB5(Pro) Crashes Help needed urgentlly

10. Help required using MAPI controls.

11. HELP : Using RichTextBox Control on ASP page

12. Treeview Control...help !

 

 
Powered by phpBB® Forum Software