?? strings3.via
字號:
// Strings3.lnl
application PE GUI entry main;
include "Windows.inc";
dword ret;
dword style;
frame main();
local string message[25];
local string caption[15];
message = "Libry.Compiler is great!";
caption = "Hello Planet!";
style = $24;
ret = MessageBox(0,message,caption,style);
if(ret=IDYES) {
MessageBox(0,"ID=YES","Return..",0);
}
end;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -