Hy, I am not very familiar with visual c++ and because of this i tried without succes to write a function that can draw into a dialog box, using CClientDC. It looks like this:
void CDesDlg::Deseneaza(int x, int y)
{
CClientDC dc(this);
CDC dcMem;
dcMem.CreateCompatibleDC(&dc)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.