PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
LostFocus For a TabPage
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
LostFocus For a TabPage
![]() |
LostFocus For a TabPage |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hi,
Can any one please let me know, how to trap the Lost Focus event for a tab page. I have to do some processing as soon as the TabPage losses the Focus. If this is not possible i really appreciate if some one could tell me the work around for this problem Thank you Suresh |
|
|
|
#2 |
|
Guest
Posts: n/a
|
You could capture the TabControl1_SelectedIndexChanged event and do the
validating from there. "Suresh Munagala" <anonymous@discussions.microsoft.com> wrote in message news:0f6001c3bea9$1e3e3690$a001280a@phx.gbl... > Hi, > > Can any one please let me know, how to trap the Lost Focus > event for a tab page. I have to do some processing as soon > as the TabPage losses the Focus. If this is not possible i > really appreciate if some one could tell me the work > around for this problem > > Thank you > Suresh |
|
|
|
#3 |
|
Guest
Posts: n/a
|
* "Suresh Munagala" <anonymous@discussions.microsoft.com> scripsit:
> Can any one please let me know, how to trap the Lost Focus > event for a tab page. I have to do some processing as soon > as the TabPage losses the Focus. If this is not possible i > really appreciate if some one could tell me the work > around for this problem If you want to detect when the selected tab is changing: This code shows how to detect when the selected tab changes: <http://www.google.de/groups?selm=hxAg9.261485%24kp.887854%40rwcrnsc52.ops.asp.att.net> Maybe you can use it. -- Herfried K. Wagner [MVP] <http://www.mvps.org/dotnet> |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

