Hi!
I want to know how to get the image path of an image which is on server side.
but my code is executed on client side.
see my code:
<SCRIPT LANGUAGE="VBScript">
ImageList1.ListImages.Add 1,"Site",loadpicture("D:\temp\site.gif")
set...
Hi!
I want to bind an ImageList and a Treeview
I know that the property Treeview.ImageList accept an ImageList type object.
But
<SCRIPT LANGUAGE="JavaScript">
TreeView1.Font.Name = "Arial";
TreeView1.Font.Size = 7;
TreeView1.ImageList=ImageList1;
</SCRIPT>...
Hi!
I want to bind a Treeview.ImageList and an ImageList object on client.
in VB : set Treeview1.ImageList=ImageList1 is good
but in VBScript I have a message "Invalid Object"
see my code:
<%@ LANGUAGE="VBSCRIPT" %>
<HTML>
<BODY>
<OBJECT id=ImageList1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.