03-08-2019, 02:00 PM
1.
Is it possible to make applications like Paint, Wordpad etc launch at mouse cursor location like in DS_CENTERMOUSE with dialogs?
Is there any kind of flag I can add:
Or maybe even make the opened Paint window follow the mouse cursor when it is moved?
2.
The following works to make the Edit field of my textapp completely transparent (it will keep on receiving text input when typing). However the application window itself becomes inaccessible (cannot be dragged, maximized, minimized anymore and most of the application buttons become unresponsive). Also the mouse pointer is changed to a text cursor and clicking in the application causes it to minimize:
Macro transparent2
Any ideas what I'm doing wrong?
Is it possible to make applications like Paint, Wordpad etc launch at mouse cursor location like in DS_CENTERMOUSE with dialogs?
Is there any kind of flag I can add:
Or maybe even make the opened Paint window follow the mouse cursor when it is moved?
2.
The following works to make the Edit field of my textapp completely transparent (it will keep on receiving text input when typing). However the application window itself becomes inaccessible (cannot be dragged, maximized, minimized anymore and most of the application buttons become unresponsive). Also the mouse pointer is changed to a text cursor and clicking in the application causes it to minimize:
Macro transparent2
Any ideas what I'm doing wrong?