Click here to Skip to main content
15,887,355 members
Home / Discussions / C#
   

C#

 
GeneralMessage Closed Pin
28-Oct-09 3:22
stancrm28-Oct-09 3:22 
GeneralRe: resize user control Pin
User 663428928-Oct-09 3:34
User 663428928-Oct-09 3:34 
GeneralMessage Closed Pin
28-Oct-09 3:49
stancrm28-Oct-09 3:49 
GeneralRe: resize user control Pin
User 663428928-Oct-09 4:09
User 663428928-Oct-09 4:09 
GeneralRe: resize user control Pin
musefan28-Oct-09 3:40
musefan28-Oct-09 3:40 
QuestionCreate tree view Pin
Indresh121028-Oct-09 1:55
Indresh121028-Oct-09 1:55 
AnswerRe: Create tree view Pin
Calla28-Oct-09 2:08
Calla28-Oct-09 2:08 
AnswerRe: Create tree view Pin
AhmedMasum28-Oct-09 3:29
AhmedMasum28-Oct-09 3:29 
suppose your treeview name is treeview1.
use treeview1.nodes.add(your desired form name);
for child node :
treeview1.nodes[index].nodes.add(your control name);

from the treeview1 property true the value of checkbox property.

handle the afterselect event and check whither the
e.Node.Checked return true or false. Then take necessary action as you want
QuestionHow do lappling CSS to windows application Pin
benson.misi28-Oct-09 1:36
benson.misi28-Oct-09 1:36 
AnswerRe: How do lappling CSS to windows application Pin
OriginalGriff28-Oct-09 1:42
mveOriginalGriff28-Oct-09 1:42 
GeneralRe: How do lappling CSS to windows application Pin
benson.misi28-Oct-09 1:49
benson.misi28-Oct-09 1:49 
GeneralRe: How do lappling CSS to windows application Pin
OriginalGriff28-Oct-09 3:54
mveOriginalGriff28-Oct-09 3:54 
Question[Message Deleted] Pin
Mads11528-Oct-09 0:58
Mads11528-Oct-09 0:58 
AnswerRe: how to block website in Networkplace Pin
AhsanS28-Oct-09 1:17
AhsanS28-Oct-09 1:17 
GeneralRe: how to block website in Networkplace Pin
harold aptroot28-Oct-09 1:20
harold aptroot28-Oct-09 1:20 
General[Message Deleted] Pin
Mads11528-Oct-09 1:23
Mads11528-Oct-09 1:23 
GeneralRe: how to block website in Networkplace Pin
harold aptroot28-Oct-09 1:32
harold aptroot28-Oct-09 1:32 
General[Message Deleted] Pin
Mads11528-Oct-09 1:35
Mads11528-Oct-09 1:35 
GeneralRe: how to block website in Networkplace Pin
harold aptroot28-Oct-09 1:48
harold aptroot28-Oct-09 1:48 
GeneralRe: how to block website in Networkplace Pin
SilimSayo28-Oct-09 2:49
SilimSayo28-Oct-09 2:49 
General[Message Deleted] Pin
Mads11528-Oct-09 2:55
Mads11528-Oct-09 2:55 
GeneralRe: how to block website in Networkplace Pin
EliottA28-Oct-09 2:58
EliottA28-Oct-09 2:58 
General[Message Deleted] Pin
Mads11528-Oct-09 3:03
Mads11528-Oct-09 3:03 
GeneralRe: how to block website in Networkplace Pin
EliottA28-Oct-09 3:09
EliottA28-Oct-09 3:09 
GeneralRe: how to block website in Networkplace Pin
musefan28-Oct-09 3:50
musefan28-Oct-09 3:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.