WolfDen133
Winforms control not updating on window resize
Hiya, theres an interesting thing that happens with my winforms application, im setting positions with code as its the aproach i know best but have encountered a weird issue where the position will not visually update, even after calling invalidate and update
6 replies
touch input winforms
Hiya, Im trying to interpret touch inputs for winforms, ive overritten the WndProc, but when i touch my window no WM_TOUCH message is sent, im getting code 282 and code 528, but not code 576 which is the one i need, it is registered in user32 as a touch screen serface, any suggestions
8 replies