[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 l

Re: [python-win32] Run solidworks macro from python.

2022-02-15 Thread Tim Roberts
Sanaa Mouzahir wrote: Apologies for the late reply, I had to go through a lot of documentation regarding SolidWorks itself. Unfortunately, the available documentation that I find is regarding creating a SW COM object, however, nothing about running a macro already written in SolidWorks VB. M