Skip to content
Advertisement

window message not received using python win32api

I am using win32 packages to send messages to a window. I manage to get the handle and apparently the message is sent as I get return value 0 from send code. however it has no action in the window, and spyxx does not see the message on the specified handle. my window has no child window and is class UnityWndClass. (I believe it uses a 64 bit process as it was not visible with spy++?)

Advertisement

Answer

Running the IDE as admin made it work (the program also requires admin)

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement