Tabbing through TextBoxs

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jerry

    #1

    Tabbing through TextBoxs

    Hi,

    I don't know the right expression for this so I'll try to explain.
    My application has several usercontrols that all have textboxes. When I
    started programming this I was unpleased to see that when I tabbed through
    the textboxes the text within the box would not highlight when I tabbed to
    it again. I was going to find out why this doesn't happen as it did in VB6
    later on. I made a new usercontrol yesterday and to my surprise in this
    control it works! I compared every property of the textboxes with the old
    ones. I deleted the old textboxes and made new ones on the old forms. It
    won't work. Can someone tell why?


    Thanks,

    Jerry


  • Cor Ligthert [MVP]

    #2
    Re: Tabbing through TextBoxs

    Jerry,

    How did you add the control on your form. In other words, bBe aware that by
    changing a user control the earlier used controls in your program are
    changed as well. You have to add the new one again.

    Cor

    "Jerry" <jerryleo@gmx.n etschreef in bericht
    news:ed4pnf$9st $03$1@news.t-online.com...
    Hi,
    >
    I don't know the right expression for this so I'll try to explain.
    My application has several usercontrols that all have textboxes. When I
    started programming this I was unpleased to see that when I tabbed through
    the textboxes the text within the box would not highlight when I tabbed to
    it again. I was going to find out why this doesn't happen as it did in VB6
    later on. I made a new usercontrol yesterday and to my surprise in this
    control it works! I compared every property of the textboxes with the old
    ones. I deleted the old textboxes and made new ones on the old forms. It
    won't work. Can someone tell why?
    >
    >
    Thanks,
    >
    Jerry
    >

    Comment

    Working...