I need help getting this code to work.
I am having trouble getting the hit_test to work. It seems to be true
even when the mouse is not over the control (specifically to the right
of the control).
case
when (ht = @htmlctrl.hit_test(@htmlctrl.screen_to_client
evt.get_position)) != NOT_FOUND
# …
I am also trying to paint on a DC. I have attached an example of this.
If you need any additional information please ask.
Thanks in advance.