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 strongm 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: jaja
  • Order by date
  1. jaja

    Getting the CWnd from a dll

    sorry: AfxGetThread()->GetMainWnd();
  2. jaja

    Getting the CWnd from a dll

    AfxGetTread()->GetMainWnd()
  3. jaja

    DialogBox() Edit control uppercase/lowercase

    1. Create a derived class from CEdit: This you do with menu: 'Insert - New Class.." Name: CMyEdit FileName: CMyEdit.cpp Base Class: CEdit 2. you add to header-file CMyEdit.h: public: int upper_lower; 3. Add to the constructor in cpp-file CMyEdit.cpp...

Part and Inventory Search

Back
Top