我做这样一个设计:form1中有下拉列表combo1,设其中有1,2两项,command0一个。form2中有command1,command2大小一样,重叠,初始时command1在上。 希望达到效果:选1时,点击command0,form2弹出,且command1在上,选2时,点击command0,form2弹出,且commad2在上。 只需说明如何使form2出现时,command2在上 QQ: 9 如果可以,小弟愿提高悬赏
热心网友
选2时,点击command0 加上“form2.Command1.ZOrder"即可