SetBackgroundImage(IDB_BMP_BK)和SetBackgroundImage(IDB_PNG_BK);

BCGP2800版本,CBCGPDialog背景图SetBackgroundImage(IDB_BMP_BK);需要时bmp格式的

 

BCGP2500版本,CBCGPDialog背景图SetBackgroundImage(IDB_BMP_BK);可以说bmp格式。也可以是png格式

BOOL CXXXDlg::OnInitDialog()
{
CBCGPDialog::OnInitDialog();

SetIcon(m_hIcon, TRUE); // 设置大图标
SetIcon(m_hIcon, FALSE); // 设置小图标

//SetBackgroundColor(RGB(255, 0, 0));
SetBackgroundImage(IDB_BMP_BK);

return TRUE; 
}

posted @ 2024-10-25 13:46  曦花  阅读(2)  评论(0编辑  收藏  举报