Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lhoudusse

    How to get a server side image path on client side

    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=&quot;VBScript&quot;> ImageList1.ListImages.Add 1,&quot;Site&quot;,loadpicture(&quot;D:\temp\site.gif&quot;) set...
  2. lhoudusse

    How To set an object as property of another object

    ImageList1 and Treview1 are ActiveX components see code: <HTML> <BODY> <OBJECT id=ImageList1 classid=clsid:58DA8D8F-9D6A-101B-AFC0-4210102A8DA7 VIEWASTEXT> <PARAM NAME=&quot;_ExtentX&quot; VALUE=&quot;1005&quot;> <PARAM NAME=&quot;_ExtentY&quot; VALUE=&quot;1005&quot;> <PARAM...
  3. lhoudusse

    How To set an object as property of another object

    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=&quot;JavaScript&quot;> TreeView1.Font.Name = &quot;Arial&quot;; TreeView1.Font.Size = 7; TreeView1.ImageList=ImageList1; </SCRIPT>...
  4. lhoudusse

    How to bind a Treeview.ImageList and an ImageList object

    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 &quot;Invalid Object&quot; see my code: <%@ LANGUAGE=&quot;VBSCRIPT&quot; %> <HTML> <BODY> <OBJECT id=ImageList1...

Part and Inventory Search

Back
Top