VB菜单如何跳转

来源:百度知道 编辑:UC知道 时间:2024/05/30 00:37:06
VB菜单如何实现框架跳转啊??答好了再追加50分

VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3630
ClientLeft = 165
ClientTop = 855
ClientWidth = 5790
LinkTopic = "Form1"
ScaleHeight = 3630
ScaleWidth = 5790
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame2
Caption = "Frame2"
Height = 1575
Left = 1320
TabIndex = 2
Top = 480
Width = 3495
Begin VB.CommandButton Command2
Caption = "Command2"
Height = 855
Left = 600
TabIndex = 3
Top = 240
Width = 1935
End
End
Begin VB.Frame Frame1
Caption