|
-
Jul 13th, 2004, 04:01 AM
#1
Thread Starter
Hyperactive Member
Textbox name property in winCE .Net
using the compact Framework (winCE.Net) I have a function that handles the keypress event for all my text boxes, but I need to find the name of the specific textbox for which the event is being handled, and using CE.Net there doesn't seem to be a Name property on the control.
Any ideas how I can find the name of the textbox that has invoked the event?
thanks
-
Jul 13th, 2004, 08:36 AM
#2
PowerPoster
How many textboxes do you have that fire this event? You can only have like 10 text boxes on the screen at on time...lol.
Anyway, try using reflection or something to get to the name property. Or you can just wire up each of them to an event.
-
Jul 13th, 2004, 08:37 AM
#3
PowerPoster
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|