Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Two questions
#1
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:

Code:
Copy      Help
run "$windows$\SysWOW64\mspaint.exe"

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
Code:
Copy      Help
int w=win("textapp" "*.Window.*")
act w
Transparent(win("textapp") 255 0xFFFFFF)

Any ideas what I'm doing wrong?


Messages In This Thread
Two questions - by InterestedNewbie - 03-08-2019, 02:00 PM
RE: Two questions - by Kevin - 03-08-2019, 04:27 PM
RE: Two questions - by InterestedNewbie - 03-09-2019, 02:17 AM
RE: Two questions - by Kevin - 03-09-2019, 04:37 AM
RE: Two questions - by InterestedNewbie - 03-09-2019, 06:14 PM

Forum Jump:


Users browsing this thread: 6 Guest(s)