| View previous topic :: View next topic |
| Author |
Message |
vdongen
Joined: 08 May 2005 Posts: 41 Location: Jakarta, Indonesia
|
Posted: Sun Nov 12, 2006 2:49 am Post subject: How to set "Always On Top" from toolbar on desktop |
|
|
It is possible to drag the toolbox from the taskbar to the desktop. I am looking for a script to set "always On Top". You can set this when you right click on the upper bar.
I am not able to use MouseClick, Right, XY as the position of the toolbar is not always the same.
Bart
Last edited by vdongen on Sun Nov 12, 2006 4:46 am; edited 1 time in total |
|
| Back to top |
|
 |
i3egohan
Joined: 18 Jul 2006 Posts: 403
|
Posted: Sun Nov 12, 2006 2:56 am Post subject: |
|
|
Lol use this dude and it should work
| Code: | | MouseClick, Right, 1600, 1280 |
I3egohan |
|
| Back to top |
|
 |
vdongen
Joined: 08 May 2005 Posts: 41 Location: Jakarta, Indonesia
|
Posted: Sun Nov 12, 2006 5:39 am Post subject: |
|
|
| I do know know what you mean. |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6836 Location: France (near Paris)
|
Posted: Sun Nov 12, 2006 9:16 am Post subject: |
|
|
Do you know, vdongen, that we have no idea of what software you are talking about? _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
vdongen
Joined: 08 May 2005 Posts: 41 Location: Jakarta, Indonesia
|
Posted: Sun Nov 12, 2006 9:44 am Post subject: |
|
|
Hmm, quite rudimentary community here. Anyhow.
I just showed the story to my Indonesian maid, she understands my problem (though her English is not pretty good) but has no solution. So, replied.
I do have a mouse. And I use AutoHotKey. With my mouse I can right click.
If You make a new tool bar en drag it to the desktop then on the tool bar you can set "Always On Top" by right clicking. That's what I want to perform. The problem is that the position of the bar is not always the same, so I cannot use MouseClck, Right, and coordinates. |
|
| Back to top |
|
 |
polyethene
Joined: 11 Aug 2004 Posts: 5248 Location: UK
|
Posted: Sun Nov 12, 2006 10:23 am Post subject: |
|
|
You can use WinSet, AlwaysOnTop _________________ GitHub • Scripts • IronAHK • Contact by email not private message. |
|
| Back to top |
|
 |
vdongen
Joined: 08 May 2005 Posts: 41 Location: Jakarta, Indonesia
|
Posted: Sun Nov 12, 2006 12:40 pm Post subject: |
|
|
Works Titan.
Didn't noticed this feature in the Help section.
Thanks. |
|
| Back to top |
|
 |
|