Click here to Skip to main content
15,905,508 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: passing arrays as arguments in C# Pin
Ravenet7-Feb-08 16:17
Ravenet7-Feb-08 16:17 
GeneralBitwise masking - What's wrong with this code? [SOLVED] Pin
#realJSOP7-Feb-08 10:01
professional#realJSOP7-Feb-08 10:01 
GeneralRe: Bitwise masking - What's wrong with this code? Pin
led mike7-Feb-08 10:07
led mike7-Feb-08 10:07 
GeneralRe: Bitwise masking - What's wrong with this code? Pin
Christian Graus7-Feb-08 10:08
protectorChristian Graus7-Feb-08 10:08 
GeneralRe: Bitwise masking - What's wrong with this code? Pin
#realJSOP7-Feb-08 10:18
professional#realJSOP7-Feb-08 10:18 
GeneralRe: Bitwise masking - What's wrong with this code? Pin
Christian Graus7-Feb-08 11:25
protectorChristian Graus7-Feb-08 11:25 
GeneralRe: Bitwise masking - What's wrong with this code? Pin
#realJSOP7-Feb-08 23:16
professional#realJSOP7-Feb-08 23:16 
GeneralRe: Bitwise masking - What's wrong with this code? Pin
Ennis Ray Lynch, Jr.7-Feb-08 15:25
Ennis Ray Lynch, Jr.7-Feb-08 15:25 
Generalfloating values issue Pin
Ryno Burger7-Feb-08 8:41
Ryno Burger7-Feb-08 8:41 
GeneralRe: floating values issue Pin
J$7-Feb-08 8:47
J$7-Feb-08 8:47 

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.