Home All Groups Group Topic Archive Search About

Tabbing through TextBoxs

Author
30 Aug 2006 7:42 PM
Jerry
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

Author
31 Aug 2006 6:35 AM
Cor Ligthert [MVP]
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

Show quoteHide quote
"Jerry" <jerry***@gmx.net> schreef 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
>