Click here to Skip to main content
15,924,317 members
Home / Discussions / C#
   

C#

 
GeneralRe: problems with myclass Pin
#realJSOP19-Dec-08 9:38
professional#realJSOP19-Dec-08 9:38 
GeneralRe: problems with myclass [modified] Pin
mirko8619-Dec-08 11:24
mirko8619-Dec-08 11:24 
QuestionExecute code at exact time Pin
tcombs0719-Dec-08 8:02
tcombs0719-Dec-08 8:02 
AnswerRe: Execute code at exact time Pin
Giorgi Dalakishvili19-Dec-08 8:11
mentorGiorgi Dalakishvili19-Dec-08 8:11 
AnswerRe: Execute code at exact time Pin
Blue_Boy19-Dec-08 8:14
Blue_Boy19-Dec-08 8:14 
GeneralRe: Execute code at exact time Pin
#realJSOP19-Dec-08 10:18
professional#realJSOP19-Dec-08 10:18 
GeneralRe: Execute code at exact time Pin
Blue_Boy19-Dec-08 10:22
Blue_Boy19-Dec-08 10:22 
QuestionIs there a bug in the treeView.Nodes.Find method?? Pin
Rafone19-Dec-08 6:27
Rafone19-Dec-08 6:27 
I am trying to create a tree out of this data string...
fullRef = "Section1:Section2/Section3.Section4.Section5.Section6.Section7.Section8.Section9";

not all records are exactly the same

This appears to work but the nodes when added are not getting the properties assigned to them. When I look at those nodes the wrong icon is assigned (1st clue that something is not right) in debugging mode I see this error on the node as its being added but it does not "throw" an exception??

//----- the line I am using to select the parent to add to
//this should be the parent

treeView1.Nodes.Find(s2Name, false);//this should be the section 2 parent

//---the error in debug mode
//FullPath = 's2Node.FullPath' threw an exception of type 'System.InvalidOperationException'

//-------- select the parent found above ------------
treeView1.SelectedNode = s2Node;
//-------- add the new nodenode ---------------------------------------
treeView1.SelectedNode.Nodes.Add(s3Name);

Any suggestions???

tia
Rafone

Statistics are like bikini's...
What they reveal is astonishing ...
But what they hide is vital ...

AnswerRe: Is there a bug in the treeView.Nodes.Find method?? Pin
PIEBALDconsult19-Dec-08 7:15
mvePIEBALDconsult19-Dec-08 7:15 
GeneralRe: Is there a bug in the treeView.Nodes.Find method?? Pin
Rafone19-Dec-08 7:32
Rafone19-Dec-08 7:32 
QuestionDeploying an application written in C# 2005 Special Edition Pin
AngusOAP19-Dec-08 6:15
AngusOAP19-Dec-08 6:15 
QuestionHook Child events into Parent UserControl Pin
mmuttmax19-Dec-08 5:33
mmuttmax19-Dec-08 5:33 
Questionimport csv. Read not a problem, just cannot display the columns Pin
arenaldo19-Dec-08 4:51
arenaldo19-Dec-08 4:51 
AnswerRe: import csv. Read not a problem, just cannot display the columns Pin
Le centriste19-Dec-08 4:55
Le centriste19-Dec-08 4:55 
QuestionHow to invoke multiple webmethods at a once? Pin
venkat.st19-Dec-08 3:32
venkat.st19-Dec-08 3:32 
AnswerRe: How to invoke multiple webmethods at a once? Pin
Le centriste19-Dec-08 4:56
Le centriste19-Dec-08 4:56 
QuestionDirectory Services Pin
Jacob D Dixon19-Dec-08 3:30
Jacob D Dixon19-Dec-08 3:30 
QuestionFtp Transfer Server to Server Pin
New78019-Dec-08 3:12
New78019-Dec-08 3:12 
AnswerRe: Ftp Transfer Server to Server Pin
Rutvik Dave19-Dec-08 3:28
professionalRutvik Dave19-Dec-08 3:28 
GeneralRe: Ftp Transfer Server to Server Pin
New78019-Dec-08 4:21
New78019-Dec-08 4:21 
GeneralRe: Ftp Transfer Server to Server Pin
Rutvik Dave19-Dec-08 5:25
professionalRutvik Dave19-Dec-08 5:25 
GeneralRe: Ftp Transfer Server to Server Pin
New78025-Dec-08 23:17
New78025-Dec-08 23:17 
Questionhow to convert c++ to C# ? Pin
lockepeak19-Dec-08 2:39
lockepeak19-Dec-08 2:39 
AnswerRe: how to convert c++ to C# ? Pin
DaveyM6919-Dec-08 2:46
professionalDaveyM6919-Dec-08 2:46 
AnswerRe: how to convert c++ to C# ? Pin
Dave Doknjas19-Dec-08 12:44
Dave Doknjas19-Dec-08 12:44 

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.