Click here to Skip to main content
15,910,980 members
Home / Discussions / C#
   

C#

 
GeneralRe: Catching Exceptions [modified] Pin
BoneSoft23-Jun-06 6:17
BoneSoft23-Jun-06 6:17 
AnswerRe: Catching Exceptions Pin
A.A.23-Jun-06 10:36
A.A.23-Jun-06 10:36 
GeneralRe: Catching Exceptions Pin
Colin Angus Mackay23-Jun-06 21:32
Colin Angus Mackay23-Jun-06 21:32 
AnswerRe: Catching Exceptions Pin
leppie23-Jun-06 11:44
leppie23-Jun-06 11:44 
QuestionTree view delete Pin
chandler8323-Jun-06 5:00
chandler8323-Jun-06 5:00 
AnswerRe: Tree view delete Pin
BoneSoft23-Jun-06 6:00
BoneSoft23-Jun-06 6:00 
GeneralRe: Tree view delete Pin
chandler8323-Jun-06 6:26
chandler8323-Jun-06 6:26 
GeneralRe: Tree view delete Pin
BoneSoft23-Jun-06 8:19
BoneSoft23-Jun-06 8:19 
If you use the method above, and pass it node '13', it will process '131' and '132' before doing 13. You're not using the treeView.Nodes are you?

What ever owns the 1, 11, 12, 13 & 14 nodes (treeView or another node) won't have 131 and 132 in it's Nodes collection, node 13 will. A TreeNode object has a Nodes colleciton just as TreeView does. That's why the method above accepts a TreeNode, and pocesses it's children before itself.

Maybe I don't fully understand you question.



Try code model generation tools at BoneSoft.com.
QuestionOpenFileDialog Pin
zaboboa23-Jun-06 3:40
zaboboa23-Jun-06 3:40 
AnswerRe: OpenFileDialog Pin
Josh Smith23-Jun-06 3:59
Josh Smith23-Jun-06 3:59 
AnswerRe: OpenFileDialog Pin
User 665823-Jun-06 4:33
User 665823-Jun-06 4:33 
QuestionThe value property on HtmlInputFile is not settable Pin
ayyp23-Jun-06 2:08
ayyp23-Jun-06 2:08 
AnswerRe: The value property on HtmlInputFile is not settable Pin
J4amieC23-Jun-06 3:09
J4amieC23-Jun-06 3:09 
GeneralRe: The value property on HtmlInputFile is not settable Pin
ayyp23-Jun-06 3:16
ayyp23-Jun-06 3:16 
Question.Net Framework 3.0 Pin
martin_hughes23-Jun-06 2:05
martin_hughes23-Jun-06 2:05 
AnswerRe: .Net Framework 3.0 Pin
Vasudevan Deepak Kumar23-Jun-06 2:07
Vasudevan Deepak Kumar23-Jun-06 2:07 
AnswerRe: .Net Framework 3.0 Pin
V.23-Jun-06 4:01
professionalV.23-Jun-06 4:01 
GeneralRe: .Net Framework 3.0 Pin
Josh Smith23-Jun-06 4:11
Josh Smith23-Jun-06 4:11 
GeneralRe: .Net Framework 3.0 Pin
Judah Gabriel Himango23-Jun-06 5:06
sponsorJudah Gabriel Himango23-Jun-06 5:06 
GeneralRe: .Net Framework 3.0 Pin
Josh Smith23-Jun-06 5:09
Josh Smith23-Jun-06 5:09 
GeneralRe: .Net Framework 3.0 Pin
Judah Gabriel Himango23-Jun-06 6:45
sponsorJudah Gabriel Himango23-Jun-06 6:45 
GeneralRe: .Net Framework 3.0 Pin
Kevin McFarlane23-Jun-06 6:44
Kevin McFarlane23-Jun-06 6:44 
GeneralRe: .Net Framework 3.0 Pin
Dustin Metzgar23-Jun-06 6:47
Dustin Metzgar23-Jun-06 6:47 
GeneralRe: .Net Framework 3.0 Pin
Judah Gabriel Himango23-Jun-06 6:53
sponsorJudah Gabriel Himango23-Jun-06 6:53 
GeneralRe: .Net Framework 3.0 Pin
Dustin Metzgar23-Jun-06 6:55
Dustin Metzgar23-Jun-06 6:55 

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.