1樓:魚小隊長
dim a as integer
private sub command1_click()text1.setfocus
end sub
private sub command2_click()text2.setfocus
end sub
private sub command3_click()if a = 1 then
msgbox "text1"
elseif a = 2 then
msgbox "text2"
end if
end sub
private sub text1_gotfocus()a = 1
end sub
private sub text2_gotfocus()a = 2
end sub
2樓:
text1.setfocus 無法構成驅動事件
3樓:匿名使用者
寫在text1 chang事件裡面!
4樓:匿名使用者
onclick... 不過不能給text box 用, 你只能看textbox的text 有沒有變。 沒辦法的。
5樓:匿名使用者
你的粗心羅
command2_click 打錯了
vb開啟資料夾獲得焦點
private sub command1 click t d new 1.txt 你的檔案路徑me.visible false m msgbox 是否要開啟 t 檔案 vbyesno if m vbyes then 呼叫方法 select case mid t,instrrev t,1 case t...
vb對ini檔案操作的方法,VB對ini檔案操作的方法
用api函式getprivateprofilestring,writeprivateprofilestring,getprivateprofileint 即可。api函式定義如下 寫ini檔案 writeprivateprofilestring 系統時間 本次操作日期 str date c 記錄.i...
vb的小問題,關於vb的小問題
你在做執行程式時,不新增其他的退出按鍵就可以啊!關於vb的小問題 setmynum是一個變數。val表示把括號後面的數轉化為10進位制的數值形式。h是16進位制數字的開頭。寫在 裡面表示加上 h這兩個字元竄。如加號後面的數值 5的話,setmynum就等於val h5 這個意思。號後面的mid su...