How to call SetWindowText #692
Answered
by
Gavin-Williams
Gavin-Williams
asked this question in
Q&A
-
I've added SetWindowTextA to my NativeMethods file, but it's not being picked up. I have...
I don't know what else to do. |
Beta Was this translation helpful? Give feedback.
Answered by
Gavin-Williams
Sep 17, 2022
Replies: 1 comment 1 reply
-
Got it .. use 'SetWindowText' instead of 'SetWindowTextA'. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Gavin-Williams
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got it .. use 'SetWindowText' instead of 'SetWindowTextA'.