Results 1 to 3 of 3

Thread: Textbox name property in winCE .Net

  1. #1

    Thread Starter
    Hyperactive Member Bananafish's Avatar
    Join Date
    Jan 2001
    Posts
    394

    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

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    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.

  3. #3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width