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 derfloh 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: Difflam
  • Content: Threads
  • Order by date
  1. Difflam

    How do I change the font of an edit box?

    I've created an edit box within a window using the following code: hEdit = CreateWindow(L"EDIT",name,WS_VISIBLE | WS_BORDER | ES_CENTER | ES_READONLY | ES_MULTILINE, LEFTMARGIN, // x HEADER, // y WIDTH - LEFTMARGIN - RIGHTMARGIN, // width OBJECTHEIGHT, // height...

Part and Inventory Search

Back
Top