Click here to Skip to main content
15,890,512 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Solution Explorer type component [modified] Pin
David Henry10-Aug-08 11:01
David Henry10-Aug-08 11:01 
GeneralRe: Solution Explorer type component Pin
led mike11-Aug-08 5:44
led mike11-Aug-08 5:44 
QuestionDisplay Icon Pin
mikobi7-Aug-08 0:51
mikobi7-Aug-08 0:51 
AnswerRe: Display Icon Pin
Manas Bhardwaj7-Aug-08 5:04
professionalManas Bhardwaj7-Aug-08 5:04 
QuestionHElp need in VB.net Pin
ganesh116-Aug-08 23:11
ganesh116-Aug-08 23:11 
AnswerRe: HElp need in VB.net Pin
Thomas Stockwell7-Aug-08 1:43
professionalThomas Stockwell7-Aug-08 1:43 
QuestionHow to obtain ShowCheckBox property on System.Windows.Forms.TreeView? Pin
troelstimm6-Aug-08 22:58
troelstimm6-Aug-08 22:58 
AnswerRe: How to obtain ShowCheckBox property on System.Windows.Forms.TreeView? Pin
led mike7-Aug-08 5:21
led mike7-Aug-08 5:21 
Sorry, did not understand your question correctly.

troelstimm wrote:
but I only want to show the checkboxes on som of my nodes!


To show nodes differently you need to use OwnerDraw. I suggest you construct a custom TreeView and add the features you need. You can find many articles here on CodeProject that have used OwnerDraw on TreeView controls for examples. Also there is small example code in the TreeView documentation on MSDN that may help.

You will likely need to to extend TreeViewNode as well so that each node can maintain it's state.




led mike

GeneralRe: How to obtain ShowCheckBox property on System.Windows.Forms.TreeView? Pin
troelstimm7-Aug-08 5:28
troelstimm7-Aug-08 5:28 
QuestionLoadon startup & Rememberme both functionalities should work. Pin
balaji_vbr6-Aug-08 19:44
balaji_vbr6-Aug-08 19:44 
AnswerRe: Loadon startup & Rememberme both functionalities should work. Pin
Mycroft Holmes7-Aug-08 20:39
professionalMycroft Holmes7-Aug-08 20:39 
QuestionRe: Loadon startup & Rememberme both functionalities should work. Pin
balaji_vbr8-Aug-08 1:36
balaji_vbr8-Aug-08 1:36 
Questiondatabase connection problem Pin
bfis1081376-Aug-08 4:47
bfis1081376-Aug-08 4:47 
AnswerRe: database connection problem Pin
led mike6-Aug-08 5:37
led mike6-Aug-08 5:37 
GeneralRe: database connection problem Pin
bfis1081376-Aug-08 9:29
bfis1081376-Aug-08 9:29 
QuestionProblem populating DropDownList of a ComboBox in DropDown event Pin
MMacarie325-Aug-08 21:59
MMacarie325-Aug-08 21:59 
QuestionRe: Problem populating DropDownList of a ComboBox in DropDown event Pin
led mike6-Aug-08 5:41
led mike6-Aug-08 5:41 
QuestionRe: Problem populating DropDownList of a ComboBox in DropDown event Pin
MMacarie327-Aug-08 23:39
MMacarie327-Aug-08 23:39 
Questionhide already existing columns in a datagrid and fill the same datagrid with new datas from the database in c#.net win forms Pin
kanyakumari5-Aug-08 19:23
kanyakumari5-Aug-08 19:23 
AnswerRe: hide already existing columns in a datagrid and fill the same datagrid with new datas from the database in c#.net win forms Pin
John Ad6-Aug-08 4:24
John Ad6-Aug-08 4:24 
QuestionProblem with Menus Pin
joekucera5-Aug-08 11:20
joekucera5-Aug-08 11:20 
AnswerRe: Problem with Menus Pin
Thomas Stockwell7-Aug-08 1:45
professionalThomas Stockwell7-Aug-08 1:45 
GeneralRe: Problem with Menus Pin
joekucera7-Aug-08 4:38
joekucera7-Aug-08 4:38 
QuestionMutex on c#.net service Pin
balu123455-Aug-08 8:15
balu123455-Aug-08 8:15 
AnswerRe: Mutex on c#.net service Pin
dybs5-Aug-08 15:51
dybs5-Aug-08 15:51 

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.