BOOL CMydialog::OnInitDialog()
{
 CDialogSK::OnInitDialog();
 
 EnableEasyMove();
 SetBitmap(IDB_BITMAP1);
 SetStyle(LO_RESIZE);
 SetTransparentColor(RGB(255,0,255));

 return TRUE;  // return TRUE unless you set the focus to a control
               // EXCEPTION: OCX Property Pages should return FALSE
}

posted on 2012-09-20 18:25  暮色年华  阅读(147)  评论(0编辑  收藏  举报