?? code28.txt
字號:
程序段28
這段程序用來啟動當前應用的DDE服務器,并在多行編輯器中寫入執行的狀態,
常用于按鍵的clicked事件中
//開啟服務器
string dde_appl,dde_topic,item
dde_appl="wy_appl"
dde_topic="my_topic"
item=“連接項目”
if startserverdde(dde_appl,dde_topic,item)=1 then //dde_appl為DDE名
mle_1.text=“開啟服務器成功” //dde_topic為主題名
end if
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -