CodePudding user response:
Click on the corresponding button, run the corresponding application, please inform how to do this interfaceCodePudding user response:
According to the different butten, run different window or application baiPoint cmbobox1,
XXX. Show
When some combobox2
Call XXXX
,,, isn't it
CodePudding user response:
This have what?On the left in the picturebox to add a few line control, the right commandbutton (graphical) or label
Private Sub Command1_Click ()
Call mysub1
End Sub
Private Sub Command1_Click ()
Call mysub2
End Sub
.