想实现用VB有4个image然后将4个图片编两个按钮,上一张和下一张,球大神,求代码 5
一个窗体中有四个重叠的image框,然后用按钮实现上一张,下一张然后让image1~4挨个置顶,然后就能实现四张照片的浏览器,求代码,谢谢...
一个窗体中有四个重叠的image框,然后用按钮实现上一张,下一张然后让image1~4挨个置顶,然后就能实现四张照片的浏览器,求代码,谢谢
展开
1个回答
展开全部
image1.Visible = False 先将4个image控件visible设置为false 按钮里 你想要哪张图片显示就设置 visible=true 其他图片false
追问
还是只有一张图片,点下一张没反应
追答
咳。
Private Sub Form_Load()
Image1.Visible = True
Image2.Visible = False
Image3.Visible = False
Image4.Visible = False
End Sub
Private Sub Image1_Click()
Image1.Visible = False
Image2.Visible = True
Image3.Visible = False
Image4.Visible = False
End Sub
Private Sub Image2_Click()
Image1.Visible = False
Image2.Visible = False
Image3.Visible = True
Image4.Visible = False
End Sub
Private Sub Image3_Click()
Image1.Visible = False
Image2.Visible = False
Image3.Visible = False
Image4.Visible = True
End Sub
Private Sub Image4_Click()
Image1.Visible = True
Image2.Visible = False
Image3.Visible = False
Image4.Visible = False
End Sub
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
博思aippt
2024-07-20 广告
2024-07-20 广告
作为深圳市博思云创科技有限公司的工作人员,对于Word文档生成PPT的操作,我们有以下建议:1. 使用另存为功能:在Word中编辑完文档后,点击文件->另存为,选择PowerPoint演示文稿(*.pptx)格式,即可将文档内容转换为PPT...
点击进入详情页
本回答由博思aippt提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询