7 Jul
2005
7 Jul
'05
7:43 a.m.
On 07.07.2005 02:32, Kevin Koltzau wrote:
+ /* internal stuff */ +#define BUTTON_HOT 0x80000000 +#define BUTTON_INTERNAL (BUTTON_HOT)
Under windows, the mouseover state is 0x200
Hm, is there a constant or so for this? Is the mouseover state also returned by BM_GETSTATE?
Calling OpenThemeData with a handle associates that theme with the window, which can then be retrieved with GetWindowTheme(hWnd), you don´t need to track the window theme handle yourself
Oh, okay. -f.r.