📄 init_commctl.asm
字号:
;装入通用控件
;本程序没有用到任何通用控件
_InitCommCtl proto
.code
_InitCommCtl proc
local icc:INITCOMMONCONTROLSEX
mov icc.dwSize,sizeof INITCOMMONCONTROLSEX
mov icc.dwICC,ICC_COOL_CLASSES or ICC_BAR_CLASSES
invoke InitCommonControlsEx,addr icc
ret
_InitCommCtl endp
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -