Click here to Skip to main content
15,919,778 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: How do I tell why events aren't firing Pin
Pete O'Hanlon16-Sep-10 10:13
mvePete O'Hanlon16-Sep-10 10:13 
QuestionRibbon Control - Workspace areas Pin
Sevententh14-Sep-10 23:16
Sevententh14-Sep-10 23:16 
QuestionRe: Ribbon Control - Workspace areas Pin
Sevententh15-Sep-10 0:25
Sevententh15-Sep-10 0:25 
QuestionWire up an event from a helper class Pin
Mycroft Holmes14-Sep-10 16:43
professionalMycroft Holmes14-Sep-10 16:43 
GeneralRe: Wire up an event from a helper class Pin
Mycroft Holmes15-Sep-10 12:08
professionalMycroft Holmes15-Sep-10 12:08 
QuestionEvents between user controls Pin
David_ml_G14-Sep-10 9:35
David_ml_G14-Sep-10 9:35 
AnswerRe: Events between user controls Pin
AspDotNetDev14-Sep-10 10:18
protectorAspDotNetDev14-Sep-10 10:18 
QuestionRe VS2003 error Pin
Ajay Kale New13-Sep-10 17:32
Ajay Kale New13-Sep-10 17:32 
AnswerRe: Re VS2003 error Pin
Pete O'Hanlon13-Sep-10 22:26
mvePete O'Hanlon13-Sep-10 22:26 
AnswerRe: Re VS2003 error Pin
Abhinav S19-Sep-10 19:57
Abhinav S19-Sep-10 19:57 
QuestionGetting the size of a control Pin
WebMaster13-Sep-10 9:47
WebMaster13-Sep-10 9:47 
QuestionRe: Getting the size of a control Pin
PumbaPumba27-Sep-10 6:44
PumbaPumba27-Sep-10 6:44 
QuestionMVVM and the ViewModelLocator Pin
Mycroft Holmes11-Sep-10 23:36
professionalMycroft Holmes11-Sep-10 23:36 
AnswerRe: MVVM and the ViewModelLocator - Solved Pin
Mycroft Holmes14-Sep-10 16:06
professionalMycroft Holmes14-Sep-10 16:06 
QuestionWPF custom control DepencyProperty Pin
wpfcomputer11-Sep-10 9:12
wpfcomputer11-Sep-10 9:12 
AnswerRe: WPF custom control DepencyProperty Pin
Abhishek Sur11-Sep-10 10:54
professionalAbhishek Sur11-Sep-10 10:54 
GeneralRe: WPF custom control DepencyProperty Pin
wpfcomputer11-Sep-10 11:26
wpfcomputer11-Sep-10 11:26 
GeneralRe: WPF custom control DepencyProperty Pin
Abhishek Sur12-Sep-10 1:50
professionalAbhishek Sur12-Sep-10 1:50 
GeneralRe: WPF custom control DepencyProperty Pin
wpfcomputer13-Sep-10 12:35
wpfcomputer13-Sep-10 12:35 
GeneralRe: WPF custom control DepencyProperty Pin
Abhishek Sur13-Sep-10 12:54
professionalAbhishek Sur13-Sep-10 12:54 
QuestionHow to implement RTL/LTR button in RichEditBox? Pin
Yariv10-Sep-10 20:16
Yariv10-Sep-10 20:16 
QuestionSynchronization Pin
arkiboys10-Sep-10 18:36
arkiboys10-Sep-10 18:36 
AnswerRe: Synchronization Pin
Abhinav S10-Sep-10 18:44
Abhinav S10-Sep-10 18:44 
QuestionHow to detect the pressed key? Pin
dbrenth10-Sep-10 9:26
dbrenth10-Sep-10 9:26 
I am in Silverlight and I want to determine which key was pressed by the user - and potentially refuse it.

The keydown event returns two events that seem to be useless. The Key property is missing most punctuation marks. The PlatformKeyCode only gives good character codes for capital letters and numbers. Punctuation and the 10-key pad don't work.

I've also tried the TextInput events. These do let you see the text of the key that was pressed, but it seems that by the time these events are called, it is too late to cancel the key stroke.

Have I missed something? or is just one of those things that can't be done in Silverlight?

Brent
Brent

AnswerRe: How to detect the pressed key? Pin
Abhinav S10-Sep-10 18:40
Abhinav S10-Sep-10 18:40 

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.