Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: patapumbum
  • Content: Threads
  • Order by date
  1. patapumbum

    Drawing in a Dialog Box, outside of OnPaint()

    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)...

Part and Inventory Search

Back
Top