Click here to Skip to main content
15,798,037 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to get a MenuItem's name in runtime Pin
Scott Dorman7-Sep-07 5:21
professionalScott Dorman7-Sep-07 5:21 
GeneralRe: How to get a MenuItem's name in runtime Pin
c0rvus7-Sep-07 7:57
c0rvus7-Sep-07 7:57 
QuestionRichTextBox e Pin
mihksoft7-Sep-07 2:49
mihksoft7-Sep-07 2:49 
AnswerRe: RichTextBox e Pin
Pete O'Hanlon7-Sep-07 2:52
subeditorPete O'Hanlon7-Sep-07 2:52 
GeneralRe: RichTextBox e Pin
mihksoft7-Sep-07 2:55
mihksoft7-Sep-07 2:55 
AnswerRe: RichTextBox e Pin
Giorgi Dalakishvili7-Sep-07 3:00
mentorGiorgi Dalakishvili7-Sep-07 3:00 
GeneralRe: RichTextBox e Pin
mihksoft7-Sep-07 3:14
mihksoft7-Sep-07 3:14 
GeneralRe: RichTextBox e Pin
Giorgi Dalakishvili7-Sep-07 3:26
mentorGiorgi Dalakishvili7-Sep-07 3:26 
You have only one key on the keyboard so that's why you are getting the same value. You can check for caps lock like this: Control.IsKeyLocked(Keys.CapsLock) and extract information about shift button from e.Keydata. Based on these two pieces of information you will be able to determine whether 'q' was typed or 'Q'

#region signature
my articles
#endregion

AnswerRe: RichTextBox e Pin
Luc Pattyn7-Sep-07 3:21
sitebuilderLuc Pattyn7-Sep-07 3:21 
QuestionHave a timer on a function Pin
andredani7-Sep-07 2:48
andredani7-Sep-07 2:48 
AnswerRe: Have a timer on a function Pin
Giorgi Dalakishvili7-Sep-07 2:52
mentorGiorgi Dalakishvili7-Sep-07 2:52 
Questionglobal.asax Pin
kalyan_24167-Sep-07 2:27
kalyan_24167-Sep-07 2:27 
AnswerRe: global.asax Pin
Giorgi Dalakishvili7-Sep-07 2:34
mentorGiorgi Dalakishvili7-Sep-07 2:34 
AnswerRe: global.asax Pin
Pete O'Hanlon7-Sep-07 2:39
subeditorPete O'Hanlon7-Sep-07 2:39 
QuestionProjectitem documents replacetext. Pin
topcatalpha7-Sep-07 2:26
topcatalpha7-Sep-07 2:26 
AnswerRe: Projectitem documents replacetext. Pin
topcatalpha7-Sep-07 3:38
topcatalpha7-Sep-07 3:38 
Questionmutlicasting problem Pin
snouto7-Sep-07 1:47
snouto7-Sep-07 1:47 
QuestionList View Column Manipulation Pin
M. J. Jaya Chitra7-Sep-07 1:02
M. J. Jaya Chitra7-Sep-07 1:02 
AnswerRe: List View Column Manipulation Pin
Giorgi Dalakishvili7-Sep-07 2:32
mentorGiorgi Dalakishvili7-Sep-07 2:32 
QuestionNeed to use Dos command Pin
M Riaz Bashir7-Sep-07 0:53
M Riaz Bashir7-Sep-07 0:53 
AnswerRe: Need to use Dos command Pin
Colin Angus Mackay7-Sep-07 1:04
Colin Angus Mackay7-Sep-07 1:04 
GeneralRe: Need to use Dos command Pin
M Riaz Bashir7-Sep-07 1:13
M Riaz Bashir7-Sep-07 1:13 
Questionto read from a notepad file line by line and insert each line into one table Pin
George Mathew7-Sep-07 0:07
George Mathew7-Sep-07 0:07 
AnswerRe: to read from a notepad file line by line and insert each line into one table Pin
DaveyM697-Sep-07 0:15
professionalDaveyM697-Sep-07 0:15 
GeneralRe: to read from a notepad file line by line and insert each line into one table Pin
Larantz7-Sep-07 2:01
Larantz7-Sep-07 2:01 

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.