checkbox in treeview

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pankajag
    New Member
    • Oct 2006
    • 2

    checkbox in treeview

    hi
    how i can use checkbox in treeview.

    thanx
  • imrankhancs
    New Member
    • Jul 2007
    • 2

    #2
    I am facing a problem that how to insert checkbox in Msflexgrid in Vb.

    Please help me out.

    Comment

    • hariharanmca
      Top Contributor
      • Dec 2006
      • 1977

      #3
      Originally posted by pankajag
      hi
      how i can use checkbox in treeview.

      thanx

      now i don't know the Exact Code but just take the concept

      Code:
      ChildNode(Index).Checked = True

      Comment

      • hariharanmca
        Top Contributor
        • Dec 2006
        • 1977

        #4
        Originally posted by imrankhancs
        I am facing a problem that how to insert checkbox in Msflexgrid in Vb.

        Please help me out.

        There is No CheckBox in MFlexGrid, you have to use Controle Array.

        Comment

        Working...