this.ActiveControl - gives the foucs of the current active control in "this"
i.e your usercontrol instance. So store it and lost foucs of user control in
a memeber variable. and then in gotFocus of usercontrol do..
control.Select(). Assuming you stored last selected in control
VJ
> Hello Netizens,
>
[quoted text clipped - 6 lines]
> Any help appreciated
> Paule
Paul Werkowitz - 27 Mar 2007 08:14 GMT
Am Mon, 26 Mar 2007 09:30:12 -0500 schrieb VJ:
> this.ActiveControl - gives the foucs of the current active control in "this"
> i.e your usercontrol instance. So store it and lost foucs of user control in
> a memeber variable. and then in gotFocus of usercontrol do..
> control.Select(). Assuming you stored last selected in control
Tnx for the info. I hoped to be able to avoid to do it manually.
Greetz
Paule