H
huzhaowei116
Unregistered / Unconfirmed
GUEST, unregistred user!
现在有两个窗体,form1和form2,form1中有两个按钮,点击后分别显示
form2,form2中有一个PageControl1,中有两个TabSheet,现在要在form1
中点击button1,form2显示,且tabshee1为焦点,即显示 tabsheet1页,
点击button2,form2显示,且tabshee1为焦点,即显示 tabsheet2页,
我直接在form1的button1的click中写tabsheet1.SetFocus是不行的,那
该如何。
form2,form2中有一个PageControl1,中有两个TabSheet,现在要在form1
中点击button1,form2显示,且tabshee1为焦点,即显示 tabsheet1页,
点击button2,form2显示,且tabshee1为焦点,即显示 tabsheet2页,
我直接在form1的button1的click中写tabsheet1.SetFocus是不行的,那
该如何。