?? 如何根據combo的選擇,顯示不同的窗體.txt
字號:
'將窗口名稱裝入combo中,并默認第一條
combo.list.add("form1");
combo.list.add("form2");
combo.setSelectIndex(0);
'點擊按鈕后
f = combo中用戶選擇的窗口名稱
if f = "form1" then
form1.show;
elseif f = "form2" then
form2.show;
endif
<END>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -