在vb中创建一个程序达到以下效果:运行程序,程序打开窗体1,单击窗体1中的按钮command1出现

2025-04-03 03:30:52
推荐回答(1个)
回答1:

form1里按钮 

form2.show
unload me

form2里按钮

form1.show
unload me