Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Tabpage question

I am programically adding tab pages to a tab control, and I would like to know how to focus attention on the new tab page (it typically opens in the background). Any ideas
Jackie
[187 byte] By [partyk1d24] at [2007-11-11 8:46:28]
# 1 Re: Tabpage question
Set the tab control's SelectedIndex or SelectedTab properties to the desired tab.
Phil Weber at 2007-11-11 21:47:06 >