HX
HX copied to clipboard
[USER32] DrawFrameControl support
Please add DrawFrameControl support to USER32. It's used to draw the edges of owner-draw controls and is supported in WinNT, Win95 and Win32s.

Here is a component of a program that uses it:
Windows cannot draw buttons with both text and icons in them so this dialog uses owner-draw buttons to implement this functionality.