01 2012 档案
摘要:MFC SDI: How do I create transparent SDI views?Q: How do I create transparent SDI views?A: One can make a the view of an MFC application transparent by handling 'CView::OnEraseBkgnd()' function and returning 'FALSE' instead of the default 'CView::OnEraseBkgnd()' call.Code:BOO
阅读全文
浙公网安备 33010602011771号