Recent content by Silberling

  1. S

    Windows 7 Win32 API Dev Visual Styles difficulty

    MVP in MSDN and a german forum helped: I was told i have to specify fonts always on my own. HFONT hFont = (HFONT)GetStockObject(DEFAULT_GUI_FONT); SendMessage(hwnd, WM_SETFONT, (WPARAM)hFont, MAKELPARAM(TRUE, 0)); This helped.
  2. S

    Windows 7 Win32 API Dev Visual Styles difficulty

    Hi. I am working on a small and fast GUI wrapper for game and tool development. It has been a while that i worked with the win32 api. Everything works fine except of the displayed window elements. As you can see in the attached picture, the text looks like Win 3.x ^^. I applied a manifest...
Back
Top Bottom