msgbox.ctk
来自「C-Talk is interpreted scripting language」· CTK 代码 · 共 4 行
CTK
4 行
/* Example of loading DLL and transparent invocation of DLL function */
loadDLL("User32");
"MessageBoxA"(0, "Correct text", "MsgBox Sample", 0);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?