Click here to Skip to main content
16,010,523 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to handle keydown/keypress/keyup for a label Pin
sreejith ss nair15-Aug-04 21:31
sreejith ss nair15-Aug-04 21:31 
GeneralRe: How to handle keydown/keypress/keyup for a label Pin
CNU15-Aug-04 21:37
CNU15-Aug-04 21:37 
GeneralRe: How to handle keydown/keypress/keyup for a label Pin
sreejith ss nair15-Aug-04 21:56
sreejith ss nair15-Aug-04 21:56 
GeneralRe: How to handle keydown/keypress/keyup for a label Pin
CNU15-Aug-04 22:00
CNU15-Aug-04 22:00 
GeneralRe: How to handle keydown/keypress/keyup for a label Pin
sreejith ss nair15-Aug-04 22:06
sreejith ss nair15-Aug-04 22:06 
GeneralRe: How to handle keydown/keypress/keyup for a label Pin
CNU15-Aug-04 23:52
CNU15-Aug-04 23:52 
GeneralRe: How to handle keydown/keypress/keyup for a label Pin
sreejith ss nair16-Aug-04 0:04
sreejith ss nair16-Aug-04 0:04 
AnswerRe: How to handle keydown/keypress/keyup for a label Pin
Nick Parker16-Aug-04 4:52
protectorNick Parker16-Aug-04 4:52 
You could write your own class that inherits from Control giving you access to the KeyDown, KeyPress, and KeyUp events or you could simply override the WndProc, watch for the appropriate windows messages and act accordingly.

- Nick Parker
My Blog | My Articles

GeneralIgnoring the version of C# dll assembly Pin
ting66815-Aug-04 20:56
ting66815-Aug-04 20:56 
GeneralRe: Ignoring the version of C# dll assembly Pin
sreejith ss nair15-Aug-04 21:20
sreejith ss nair15-Aug-04 21:20 
GeneralRe: Ignoring the version of C# dll assembly Pin
ting66815-Aug-04 23:48
ting66815-Aug-04 23:48 
GeneralRe: Ignoring the version of C# dll assembly Pin
sreejith ss nair15-Aug-04 23:59
sreejith ss nair15-Aug-04 23:59 
GeneralRe: Ignoring the version of C# dll assembly Pin
CNU15-Aug-04 21:57
CNU15-Aug-04 21:57 
GeneralRe: Ignoring the version of C# dll assembly Pin
ting66815-Aug-04 23:45
ting66815-Aug-04 23:45 
GeneralRe: Ignoring the version of C# dll assembly Pin
CNU15-Aug-04 23:59
CNU15-Aug-04 23:59 
GeneralRe: Ignoring the version of C# dll assembly Pin
leppie16-Aug-04 2:28
leppie16-Aug-04 2:28 
GeneralRe: Ignoring the version of C# dll assembly Pin
LongRange.Shooter16-Aug-04 5:29
LongRange.Shooter16-Aug-04 5:29 
GeneralRe: Ignoring the version of C# dll assembly Pin
ting66816-Aug-04 15:53
ting66816-Aug-04 15:53 
GeneralInvoke/BeginInvoke Problem Pin
khchan15-Aug-04 20:56
khchan15-Aug-04 20:56 
GeneralRe: Invoke/BeginInvoke Problem Pin
Stanciu Vlad16-Aug-04 2:08
Stanciu Vlad16-Aug-04 2:08 
GeneralRe: Invoke/BeginInvoke Problem Pin
leppie16-Aug-04 2:39
leppie16-Aug-04 2:39 
GeneralRe: Invoke/BeginInvoke Problem Pin
khchan16-Aug-04 16:59
khchan16-Aug-04 16:59 
GeneralInherited GroupBox or Panel Pin
Clickok15-Aug-04 20:56
Clickok15-Aug-04 20:56 
GeneralRe: Inherited GroupBox or Panel Pin
sreejith ss nair15-Aug-04 21:44
sreejith ss nair15-Aug-04 21:44 
GeneralRe: Inherited GroupBox or Panel Pin
Clickok15-Aug-04 21:56
Clickok15-Aug-04 21:56 

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.