Connecting Tech Pros Worldwide Forums | Help | Site Map

checkbox in treeview

Newbie
 
Join Date: Oct 2006
Posts: 2
#1: Oct 6 '06
hi
how i can use checkbox in treeview.

thanx

Newbie
 
Join Date: Jul 2007
Posts: 2
#2: Jul 30 '07

re: checkbox in treeview


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

Please help me out.
hariharanmca's Avatar
Lives Here
 
Join Date: Dec 2006
Location: Banglore/India
Posts: 1,987
#3: Jul 30 '07

re: checkbox in treeview


Quote:

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

Expand|Select|Wrap|Line Numbers
  1. ChildNode(Index).Checked = True
hariharanmca's Avatar
Lives Here
 
Join Date: Dec 2006
Location: Banglore/India
Posts: 1,987
#4: Jul 30 '07

re: checkbox in treeview


Quote:

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.
Reply