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 IamaSherpa 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. jesterspirit101

    Owner Draw Menu and XP

    I am fairly new at programming and have recently been studying ownerdraw menus. This code in DrawItem(LPDRAWITEMSTRUCT lpDIS) works fine in 98 or NT but wont work with XP. ////////// CDC *pDC = CDC::FromHandle(lpDIS->hDC); CBrush redBrush(RGB(255, 0, 0)); CBrush blueBrush(RGB(0, 0, 255))...

Part and Inventory Search

Back
Top