python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
win32gui - Unable to SendMessage unless window is focused
Hi I'm trying to create a simple script that types the letter A into a window.
In this case, the window is Old School Runescape. Yes it is a game.
Here's the little code I use.
import win32gui, win32u...
SunAwtCanvas
Votes: 0
Answers: 1
Why GetDC function does not works?
I am creating a game with the Win32 API and tried to draw a button by myself with this following code:
HWND button = CreateWindow("BUTTON", "", WS_CHILD | WS_VISIBLE | BS_OWNERDRAW...
computer31
Votes: 0
Answers: 1