討論串[VB6 ] 請問一下喔
共 3 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓1(1推 0噓 0→)留言1則,0人參與, 最新作者smallcoldair (嗨大家好)時間19年前 (2006/04/14 00:56), 編輯資訊
0
0
0
內容預覽:
我來提供另一種寫法 ^^. Private Sub Command2_Click(). Image2.Visible = Not Image2.Visible. End Sub. --. 發信站: 批踢踢實業坊(ptt.cc). ◆ From: 124.8.128.121.

推噓3(3推 0噓 1→)留言4則,0人參與, 最新作者BearWu (B.r)時間19年前 (2006/04/14 00:45), 編輯資訊
0
0
0
內容預覽:
在程式一執行 先定義個a. 為 0. Private Sub Command2_Click(). a = a + 1. if a mod 2 = 0 then. Image2.Visible = true. else. Image2.Visible = false. end if. end sub.
(還有98個字)

推噓1(1推 0噓 0→)留言1則,0人參與, 最新作者luludo (林小猴)時間19年前 (2006/04/14 00:43), 編輯資訊
0
0
0
內容預覽:
Private Sub Command2_Click(). Image2.Visible = True. End Sub. 這是按一下顯示圖片. 那如果要按一下顯示...再按一下不顯示. 要怎麼做呢?. 請幫我解答一下 謝謝^^. --. 發信站: 批踢踢實業坊(ptt.cc). ◆ From:
首頁
上一頁
1
下一頁
尾頁