Advanced Forum Search Results
-
Hi Reza,
Thanks for repling me. The ASCII codes are not exatly match with the Key value of KeyEvent in Silverlight. ie, for the letter "A", silverlight return value 30.
-
Hi,
I need to identify the user pressed key and then update a control. i have added KeyDown event and its getting Key as a numeric. Can anyone let me know how can i convert that int value to a Alpa key ie, A, B, C...
Thanks in Advance,
-
Hi rambler, thank you so much agian
-
Hi rambler,
Thanks you for your response. its worked. BTW if possible could you pls let me know how can we set control's name property.
Thanks
-
Hi All, I have a Silverlight page which added several userControls. Is ther any way to get ID of all controls which added as childs of page. Appreciate if you can provide sample code. (C# or VB). Thanks
-
Thank you both of you for replies. still i dont hv luck. could you pls give some sample code for this.
-
Do you have any idea about how to do this, ie as you say need to implement some additional logic,
Thanks,
-
Hi,
I have tried several ways to track the KeyDown event on a SL User Control but not success. Does anyone can know how can we capture the key events of a user control?
Thanks,