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
3 Replies
We do not help by DMs
$details
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, what you expect the result to be, what .NET version you are using and what platform/environment (if any) are relevant to your question. Upload code here https://paste.mod.gg/ (see $code for more information on how to paste your code)
there ya go
have any idea tho?
using .net7.0 framework, expecting to see code 576, but seeing stream of:
when touching and reliecing the screen
register code (no error messages shown when registered
override code,
I have no idea why its not reporting the message
Please help