Click here to Skip to main content
15,905,136 members
Home / Discussions / C#
   

C#

 
GeneralRe: NULLABLE type Pin
vtchris-peterson29-Oct-09 4:10
vtchris-peterson29-Oct-09 4:10 
GeneralRe: NULLABLE type Pin
Keith Barrow29-Oct-09 5:14
professionalKeith Barrow29-Oct-09 5:14 
GeneralRe: NULLABLE type Pin
Mycroft Holmes28-Oct-09 14:53
professionalMycroft Holmes28-Oct-09 14:53 
GeneralRe: NULLABLE type Pin
Keith Barrow29-Oct-09 0:20
professionalKeith Barrow29-Oct-09 0:20 
QuestionOutlining option is not coming on right clicking in text Pin
abcurl28-Oct-09 2:19
abcurl28-Oct-09 2:19 
AnswerRe: Outlining option is not coming on right clicking in text Pin
Abhishek Sur28-Oct-09 3:31
professionalAbhishek Sur28-Oct-09 3:31 
AnswerRe: Outlining option is not coming on right clicking in text Pin
Richard MacCutchan28-Oct-09 4:02
mveRichard MacCutchan28-Oct-09 4:02 
QuestionRe: Outlining option is not coming on right clicking in text Pin
abcurl28-Oct-09 4:19
abcurl28-Oct-09 4:19 
GeneralRe: Outlining option is not coming on right clicking in text Pin
Richard MacCutchan28-Oct-09 4:52
mveRichard MacCutchan28-Oct-09 4:52 
QuestionRegular Expression Find And Replace ? Pin
Jacobb Michael28-Oct-09 2:10
Jacobb Michael28-Oct-09 2:10 
AnswerRe: Regular Expression Find And Replace ? Pin
Philip Tyre28-Oct-09 3:09
Philip Tyre28-Oct-09 3:09 
Questionresize user control Pin
User 663428928-Oct-09 2:10
User 663428928-Oct-09 2:10 
AnswerMessage Closed Pin
28-Oct-09 2:15
stancrm28-Oct-09 2:15 
GeneralRe: resize user control Pin
User 663428928-Oct-09 2:37
User 663428928-Oct-09 2:37 
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 

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.