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 TouchToneTommy 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: *

  1. snailophone

    Drawing Shapes in MFC

    I am trying to write a simle program in MFC (MSVC++ 2003 .NET) that prints a rectangle to the dialog box. Thats all. I created a class to do this: //------rectangle class definition--------------- class DrawRectangle : public CDialog { private: CRect rect; CClientDC *pDC; CPoint A, B, C, D...

Part and Inventory Search

Back
Top