Re: [python-win32] WM_MOUSEWHEEL It only works in one window.

2022-02-16 Thread Tim Roberts
nakarin samon wrote: > > Is there any python that works like pywin32 SendMessage PostMessage. doesn't move the mouse? There are a couple of problems here. SendMessage and PostMessage are not Python things.  Those are fundamental Win32 APIs.  pywin32 just gives you access to them. Second,

[python-win32] WM_MOUSEWHEEL It only works in one window.

2022-02-15 Thread nakarin samon
Is there any python that works like pywin32 SendMessage PostMessage. doesn't move the mouse? I want to move the mouse scroll or click the mouse without moving the mouse, I have used WM_MOUSEWHEEL. but not successful. It only works in one window. Will there be another one or it only works on the