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

C#

 
QuestionBinding TreeView Control to an Arraylist Pin
KKrista25-May-07 1:45
KKrista25-May-07 1:45 
AnswerRe: Binding TreeView Control to an Arraylist Pin
Manoj Kumar Rai25-May-07 2:03
professionalManoj Kumar Rai25-May-07 2:03 
GeneralRe: Binding TreeView Control to an Arraylist Pin
KKrista25-May-07 2:18
KKrista25-May-07 2:18 
GeneralRe: Binding TreeView Control to an Arraylist Pin
zaboboa25-May-07 4:41
zaboboa25-May-07 4:41 
QuestionDisable the system keys (PageUp) in my TreeView Pin
anderslundsgard25-May-07 1:44
anderslundsgard25-May-07 1:44 
AnswerRe: Disable the system keys (PageUp) in my TreeView Pin
Muammar©25-May-07 7:58
Muammar©25-May-07 7:58 
GeneralRe: Disable the system keys (PageUp) in my TreeView Pin
Martin#25-May-07 8:32
Martin#25-May-07 8:32 
AnswerRe: Disable the system keys (PageUp) in my TreeView Pin
Martin#25-May-07 8:34
Martin#25-May-07 8:34 
Hello,

Muammars answer works, but I think it's more save (Fat finger sundrom: "PoagUip" or something like that) to use they System.Windows.Forms.Keys enumeration for the comparison.
Proplem with the string comparison is, that it compiles fine, but it's not working like expected!
if(e.KeyCode == Keys.PageUp)

All the best,

Martin
QuestionAdding a new Cursor file Pin
Gareth H25-May-07 0:58
Gareth H25-May-07 0:58 
AnswerRe: Adding a new Cursor file Pin
JoeSharp25-May-07 1:57
JoeSharp25-May-07 1:57 
QuestionControl + Enter Pin
Rahul.RK24-May-07 23:49
Rahul.RK24-May-07 23:49 
AnswerRe: Control + Enter Pin
Martin#24-May-07 23:56
Martin#24-May-07 23:56 
GeneralRe: Control + Enter Pin
Rahul.RK25-May-07 0:34
Rahul.RK25-May-07 0:34 
Questionautomation Pin
s_khan_87624-May-07 23:29
s_khan_87624-May-07 23:29 
AnswerRe: automation Pin
blackjack215024-May-07 23:52
blackjack215024-May-07 23:52 
GeneralRe: automation Pin
s_khan_87627-May-07 3:08
s_khan_87627-May-07 3:08 
GeneralRe: automation Pin
blackjack215027-May-07 21:07
blackjack215027-May-07 21:07 
QuestionError handling in debug/run mode. Weird stuff. Pin
blackjack215024-May-07 23:16
blackjack215024-May-07 23:16 
AnswerRe: Error handling in debug/run mode. Weird stuff. Pin
MicealG24-May-07 23:26
MicealG24-May-07 23:26 
GeneralRe: Error handling in debug/run mode. Weird stuff. Pin
Sandeep Akhare25-May-07 1:52
Sandeep Akhare25-May-07 1:52 
AnswerRe: Error handling in debug/run mode. Weird stuff. Pin
mav.northwind26-May-07 23:16
mav.northwind26-May-07 23:16 
GeneralRe: Error handling in debug/run mode. Weird stuff. Pin
blackjack215027-May-07 23:31
blackjack215027-May-07 23:31 
Questionreporting services Pin
kalyan_241624-May-07 23:08
kalyan_241624-May-07 23:08 
QuestionUnknown Dot Net Error Pin
MicealG24-May-07 23:05
MicealG24-May-07 23:05 
AnswerRe: Unknown Dot Net Error Pin
Muammar©24-May-07 23:13
Muammar©24-May-07 23:13 

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.