Click here to Skip to main content
15,922,145 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dos command Pin
Joachim Kerschbaumer7-Feb-08 20:36
Joachim Kerschbaumer7-Feb-08 20:36 
QuestionHow to make this code to debug.... Pin
NarVish7-Feb-08 17:39
NarVish7-Feb-08 17:39 
AnswerRe: How to make this code to debug.... Pin
Vikram A Punathambekar7-Feb-08 18:28
Vikram A Punathambekar7-Feb-08 18:28 
QuestionHow to validate system's user account and password? Pin
Sutheesh7-Feb-08 16:37
Sutheesh7-Feb-08 16:37 
GeneralInput Class (XNA) Pin
MasterSharp7-Feb-08 16:34
MasterSharp7-Feb-08 16:34 
GeneralRe: Input Class (XNA) Pin
User 66587-Feb-08 23:16
User 66587-Feb-08 23:16 
GeneralUse mutex to find the multiple instance Pin
CodingLover7-Feb-08 15:22
CodingLover7-Feb-08 15:22 
GeneralRe: Use mutex to find the multiple instance Pin
Vikram A Punathambekar7-Feb-08 18:40
Vikram A Punathambekar7-Feb-08 18:40 
GeneralActive Directory time limit Pin
robot_rock7-Feb-08 14:31
robot_rock7-Feb-08 14:31 
GeneralRe: Active Directory time limit Pin
Ennis Ray Lynch, Jr.7-Feb-08 15:56
Ennis Ray Lynch, Jr.7-Feb-08 15:56 
GeneralRe: Active Directory time limit Pin
robot_rock7-Feb-08 22:14
robot_rock7-Feb-08 22:14 
GeneralTreeview Node Select Problem Pin
Rick van Woudenberg7-Feb-08 13:04
Rick van Woudenberg7-Feb-08 13:04 
GeneralRe: Treeview Node Select Problem Pin
Christian Graus7-Feb-08 13:06
protectorChristian Graus7-Feb-08 13:06 
GeneralRe: Treeview Node Select Problem Pin
Rick van Woudenberg7-Feb-08 13:11
Rick van Woudenberg7-Feb-08 13:11 
GeneralRe: Treeview Node Select Problem Pin
Christian Graus7-Feb-08 13:14
protectorChristian Graus7-Feb-08 13:14 
GeneralRe: Treeview Node Select Problem Pin
Rick van Woudenberg7-Feb-08 13:22
Rick van Woudenberg7-Feb-08 13:22 
GeneralRe: Treeview Node Select Problem Pin
Rick van Woudenberg7-Feb-08 13:26
Rick van Woudenberg7-Feb-08 13:26 
GeneralRe: Treeview Node Select Problem Pin
Alan N8-Feb-08 2:07
Alan N8-Feb-08 2:07 
Hi Rick

if (e.Node.Parent.IsSelected)
{
MessageBox.Show("This is the parent node");
}

This piece of code doesn't make sense in the context of an AfterSelect handler. By definition e.Node is selected therefore it's parent, e.Node.Parent, is not and e.Node.Parent.Selected will always be false.

AlanN
Generalobject or struct naming based on string variable Pin
tokyostormdrain7-Feb-08 12:45
tokyostormdrain7-Feb-08 12:45 
AnswerRe: object or struct naming based on string variable Pin
Guffa7-Feb-08 13:01
Guffa7-Feb-08 13:01 
Questionpassing arrays as arguments in C# Pin
Xarzu7-Feb-08 11:46
Xarzu7-Feb-08 11:46 
GeneralRe: passing arrays as arguments in C# Pin
pmarfleet7-Feb-08 11:49
pmarfleet7-Feb-08 11:49 
GeneralRe: passing arrays as arguments in C# Pin
Christian Graus7-Feb-08 12:04
protectorChristian Graus7-Feb-08 12:04 
AnswerRe: passing arrays as arguments in C# Pin
Eslam Afifi7-Feb-08 12:04
Eslam Afifi7-Feb-08 12:04 
AnswerRe: passing arrays as arguments in C# Pin
Guffa7-Feb-08 12:05
Guffa7-Feb-08 12:05 

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.