HX icon indicating copy to clipboard operation
HX copied to clipboard

[USER32] DrawFrameControl support

Open quickplot opened this issue 2 years ago • 0 comments

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. DrawFrameControl_QuickInfo

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

quickplot avatar Mar 30 '23 07:03 quickplot