I'm trying to make a program that would update another window text input with the color value under the mouse. The problem is that I have no idea where I put this check WM_MOUSEMOVE
, since I haven't created the desktop window myself.
I tried to create own DialogBox which shows the values, but the WM_MOUSEMOVE
only works within that DialogBox, not outside of it.