Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
Dim tab As WinForm.TabControl = e.Form.Controls("TabControl1")
tab.SelectedIndex = 1
请问这一段代码在菜单里,怎么实现
If Forms("窗口名").Opened then
Dim tab As WinForm.TabControl = Forms("窗口名").Controls("TabControl1")
tab.SelectedIndex = 1
End If