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 gkittelson 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. niponph

    How to create MDI application (not use appwizard)

    i would like to know how to create MDI application by not using appwizard i have declare class following code below class CWin : public CMDIFrameWnd{ public: CWin(); ~CWin(); }; class CWinchild : public CMDIChildWnd{ public: CWinchild(); ~CWinchild(); }; CWin::CWin(){...

Part and Inventory Search

Back
Top