📄 readme.txt
字号:
. add a static control (say IDC_STATIC_BITMAP) in the dialog for the bitmap control
. add an #include "DVDBitmapControl.h" in the header file of your dialog
. add member variable (say m_bmp) in your dialog class;
. in OnInitDialog(), add this line: m_bmp.SubclassDlgItem( IDC_STATIC_BITMAP, this);
. call m_bmp.LoadBitmapFile(CString) to load bitmap into control
. call m_bmp.SaveBitmapFile(CString) to save bitmap into 8-bit RLE bitmap
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -