Click here to Skip to main content
15,902,893 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionTo Change the scroolbar color in a panel (windows forms, c#) Pin
AngelaM28-Aug-08 23:06
AngelaM28-Aug-08 23:06 
AnswerRe: To Change the scroolbar color in a panel (windows forms, c#) Pin
Thomas Stockwell30-Aug-08 14:40
professionalThomas Stockwell30-Aug-08 14:40 
QuestionMonthCalendar with different back colours for dates Pin
coulsond28-Aug-08 5:23
coulsond28-Aug-08 5:23 
AnswerRe: MonthCalendar with different back colours for dates Pin
Thomas Stockwell28-Aug-08 9:02
professionalThomas Stockwell28-Aug-08 9:02 
GeneralRe: MonthCalendar with different back colours for dates Pin
coulsond28-Aug-08 11:12
coulsond28-Aug-08 11:12 
GeneralRe: MonthCalendar with different back colours for dates Pin
Pete O'Hanlon28-Aug-08 11:39
mvePete O'Hanlon28-Aug-08 11:39 
GeneralRe: MonthCalendar with different back colours for dates Pin
led mike29-Aug-08 5:01
led mike29-Aug-08 5:01 
GeneralRe: MonthCalendar with different back colours for dates Pin
Pete O'Hanlon29-Aug-08 8:20
mvePete O'Hanlon29-Aug-08 8:20 
QuestionExtended splitpanel that supports multiple panels? Pin
Daniel Jansson28-Aug-08 5:10
Daniel Jansson28-Aug-08 5:10 
AnswerRe: Extended splitpanel that supports multiple panels? Pin
led mike28-Aug-08 9:10
led mike28-Aug-08 9:10 
GeneralRe: Extended splitpanel that supports multiple panels? Pin
Daniel Jansson28-Aug-08 9:42
Daniel Jansson28-Aug-08 9:42 
GeneralRe: Extended splitpanel that supports multiple panels? Pin
led mike29-Aug-08 4:56
led mike29-Aug-08 4:56 
QuestionDifference between right and left control/shift Pin
pbalaga28-Aug-08 1:37
pbalaga28-Aug-08 1:37 
AnswerRe: Difference between right and left control/shift Pin
Wendelius28-Aug-08 5:07
mentorWendelius28-Aug-08 5:07 
AnswerRe: Difference between right and left control/shift Pin
Alan N28-Aug-08 6:30
Alan N28-Aug-08 6:30 
Hi Paul,
I think you can find the information you need by coding a KeyDown event handler and examining the KeyEventArgs.Modifiers property. This returns a bitwise combination of values from the Keys enumeration which differentiates the right and left keys. The Alt keys are named LMenu and RMenu so you might easily miss those if you don't read the Keys documentation really carefully.

Alan.

[EDIT] Just tested this and the modifiers property doesn't return the left and right information, just plain Keys.Control, Keys.Alt etc.
AnswerRe: Difference between right and left control/shift Pin
pbalaga28-Aug-08 8:58
pbalaga28-Aug-08 8:58 
GeneralRe: Difference between right and left control/shift Pin
Wendelius28-Aug-08 9:51
mentorWendelius28-Aug-08 9:51 
GeneralRe: Difference between right and left control/shift Pin
pbalaga28-Aug-08 10:04
pbalaga28-Aug-08 10:04 
GeneralRe: Difference between right and left control/shift Pin
Wendelius28-Aug-08 10:17
mentorWendelius28-Aug-08 10:17 
GeneralRe: Difference between right and left control/shift Pin
pbalaga29-Aug-08 1:54
pbalaga29-Aug-08 1:54 
GeneralRe: Difference between right and left control/shift Pin
Wendelius29-Aug-08 7:05
mentorWendelius29-Aug-08 7:05 
Questiondatagrid in C#.net Pin
balu1234527-Aug-08 19:56
balu1234527-Aug-08 19:56 
AnswerRe: datagrid in C#.net Pin
Ajay.k_Singh27-Aug-08 20:15
Ajay.k_Singh27-Aug-08 20:15 
Questionvb.net datagrid cell merging Pin
mmel_g27-Aug-08 19:51
mmel_g27-Aug-08 19:51 
AnswerRe: vb.net datagrid cell merging Pin
John_Adams2-Sep-08 19:55
John_Adams2-Sep-08 19:55 

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.