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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by inakshin

  1. inakshin

    XML Element as Variable in Javascript?

    Have you tried <xsl:variable> ? <xsl:for-each...> <xsl:variable name=&quot;menuid_param&quot;>whatever</xsl:variable> <script> menuid = <xsl:value-of select=&quot;$menuid_param&quot;/> </script> </xsl:for-each> igor. inakshin@sprynet.com
  2. inakshin

    multi-item select in tree views

    You can do that in two ways: 1) Implement state images for your treeview and manage icon state yourself. 2) Inherit from TTreeView, override CreateWindow and enable TVS_CHECKBOXES and get the M$ style checkboxes in the treeview. There is a component somewhere that already does that. igor.

Part and Inventory Search

Back
Top