用vb制作选项卡窗口
1、画出两个同样大小紧挨着的command

3、编写简单的代码Private Sub Command1_Click() Frame1.Visible = True Fram髫潋啜缅e2.Visible = FalseEnd SubPrivate Sub Command2_Click() Frame2.Visible = True Frame1.Visible = FalseEnd Sub
4、分别点击tab1和tab2的效果

1、画出两个同样大小紧挨着的command
3、编写简单的代码Private Sub Command1_Click() Frame1.Visible = True Fram髫潋啜缅e2.Visible = FalseEnd SubPrivate Sub Command2_Click() Frame2.Visible = True Frame1.Visible = FalseEnd Sub
4、分别点击tab1和tab2的效果