Click here to Skip to main content
15,907,328 members
Home / Discussions / C#
   

C#

 
GeneralRe: Display of text delayed [modified] Pin
Guffa7-Jun-06 20:23
Guffa7-Jun-06 20:23 
GeneralRe: Display of text delayed Pin
printscreen123459-Jun-06 21:30
printscreen123459-Jun-06 21:30 
AnswerRe: Display of text delayed Pin
Guffa9-Jun-06 22:22
Guffa9-Jun-06 22:22 
GeneralRe: Display of text delayed Pin
printscreen1234510-Jun-06 1:23
printscreen1234510-Jun-06 1:23 
QuestionData binding Pin
liquid_6-Jun-06 11:28
liquid_6-Jun-06 11:28 
QuestionDatagridview and checkbox column Pin
perryf006-Jun-06 10:48
perryf006-Jun-06 10:48 
AnswerRe: Datagridview and checkbox column Pin
Mairaaj Khan6-Jun-06 22:15
professionalMairaaj Khan6-Jun-06 22:15 
QuestionColumn Width Pin
gregbushman6-Jun-06 8:18
gregbushman6-Jun-06 8:18 
GeneralRe: Column Width Pin
Guffa6-Jun-06 8:44
Guffa6-Jun-06 8:44 
AnswerRe: Column Width Pin
yodern6-Jun-06 23:32
yodern6-Jun-06 23:32 
QuestionNeed help in messenger Pin
Musharaf Zaheer6-Jun-06 7:50
Musharaf Zaheer6-Jun-06 7:50 
GeneralRe: Need help in messenger Pin
Guffa6-Jun-06 11:15
Guffa6-Jun-06 11:15 
QuestionCheck the internet connection status Pin
ventomito6-Jun-06 7:31
ventomito6-Jun-06 7:31 
AnswerRe: Check the internet connection status Pin
Paul Brower6-Jun-06 10:38
Paul Brower6-Jun-06 10:38 
GeneralRe: Check the internet connection status Pin
ventomito7-Jun-06 2:21
ventomito7-Jun-06 2:21 
QuestionCasting from derived class to base class Pin
Melon006-Jun-06 7:02
Melon006-Jun-06 7:02 
AnswerRe: Casting from derived class to base class Pin
Wjousts6-Jun-06 7:13
Wjousts6-Jun-06 7:13 
AnswerRe: Casting from derived class to base class Pin
Josh Smith6-Jun-06 9:28
Josh Smith6-Jun-06 9:28 
AnswerRe: Casting from derived class to base class Pin
Guffa6-Jun-06 11:24
Guffa6-Jun-06 11:24 
The object that you are trying to cast simply isn't a SimTreeNode. One reason could be that the GetNodeAt method didn't find any node at the point, and is returning a null value.

You have to check if the node is null before you try to cast it.

If the TreeView can contain other nodes than SimTreeNodes you should use the as keyword to cast the node. If it's not a SimTreeNode it will return null.


---
b { font-weight: normal; }

AnswerRe: Casting from derived class to base class Pin
Ret Orrick6-Jun-06 15:49
Ret Orrick6-Jun-06 15:49 
QuestionPlease Help ! Pin
mostafa_h6-Jun-06 4:25
mostafa_h6-Jun-06 4:25 
AnswerRe: Please Help ! Pin
CodyGen6-Jun-06 5:45
CodyGen6-Jun-06 5:45 
GeneralRe: Please Help ! Pin
mostafa_h6-Jun-06 11:25
mostafa_h6-Jun-06 11:25 
Questionquestion about time and date format ? [modified] Pin
cmpeng346-Jun-06 4:20
cmpeng346-Jun-06 4:20 
AnswerRe: question about time and date format ? Pin
Dustin Metzgar6-Jun-06 4:39
Dustin Metzgar6-Jun-06 4:39 

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.