G Guest Mar 29, 2007 #1 In the form current event how do I detect which tab of a tab control on the form is currently visible? Thanks.
In the form current event how do I detect which tab of a tab control on the form is currently visible? Thanks.
R Rick Brandt Mar 29, 2007 #2 mscertified said: In the form current event how do I detect which tab of a tab control on the form is currently visible? Thanks. Click to expand... Check the Value property of the entire TabControl. It will correspond to the index value of the currently selected TabPage.
mscertified said: In the form current event how do I detect which tab of a tab control on the form is currently visible? Thanks. Click to expand... Check the Value property of the entire TabControl. It will correspond to the index value of the currently selected TabPage.