| Author |
Message |
Forum: Support Topic: Show calculation directly in GUI? (Number1+Number2=X) |
| Andreas129 |
|
Posted: April 25th, 2012, 1:40 pm
|
|
Replies: 1 Views: 43
|
| Hello. In a simple GUI can I calculate two values and see the calculation directly in a textbox or similar in the same window? I don't want to use a msgbox and OK button. Gui, Add, Text,, Number1: Gui, Add, Edit, vNumber1 Gui, Add, Text,, Number2: Gui, Add, Edit, vNumber2 Gui, Add, Text,, Number1+Nu... |
|
 |
Forum: Support Topic: run outlook.exe with /recycle and /select folder? how? |
| Andreas129 |
|
Posted: March 7th, 2012, 11:09 am
|
|
Replies: 0 Views: 79
|
| How can I open Outlook with a specific folder and use the already open Outlook window? I have read that I can't use /select and /recycle in the same line? This works (but it opens a new window): run "C:\Program\Microsoft Office\Office12\OUTLOOK.EXE" /select "outlook:Inbox\FolderA"... |
|
 |
Forum: Support Topic: Paragraf § (Stop working with AutoHotkey_L) |
| Andreas129 |
|
Posted: January 4th, 2012, 3:53 pm
|
|
Replies: 3 Views: 84
|
Anonymous wrote: Read the section about compatibility with ahk basic version in the manual,it will solve this problem and prevent future ones.
I installed the ansi version instead and it works like before.
To bad i couldn't use the Unicode version. But maybe I can, I don't know how... |
|
 |
Forum: Support Topic: Paragraf § (Stop working with AutoHotkey_L) |
| Andreas129 |
|
Posted: January 4th, 2012, 11:48 am
|
|
Replies: 3 Views: 84
|
| I upgraded from autohotkey basic to AutoHotkey_L (Unicode 32-bit & WinXP) and script with paragraf § stop working? How can I fix this? Any tricks? I have a European keyboard and under ESC-button I have the § key and want to use it to close programs, it did work before. #NoTrayIcon ^+§:: WinGet, ... |
|
 |
Forum: Support Topic: If string empty: Send {Backspace} and then {TAB}? |
| Andreas129 |
|
Posted: July 21st, 2011, 11:56 am
|
|
Replies: 4 Views: 136
|
Thanks! Works great!  |
|
 |
Forum: Support Topic: If string empty: Send {Backspace} and then {TAB}? |
| Andreas129 |
|
Posted: July 21st, 2011, 10:49 am
|
|
Replies: 4 Views: 136
|
| Sorry but how do I write that with no shortened of the code? I don't have the same name on the strings, see my new example: #SingleInstance, force NumpadSub:: Loop, 1 { ; Example default: Car:="100" Airplane:="200" Boat:="" Train:="400" Gui, destroy ; Sen... |
|
 |
Forum: Support Topic: If string empty: Send {Backspace} and then {TAB}? |
| Andreas129 |
|
Posted: July 21st, 2011, 8:22 am
|
|
Replies: 4 Views: 136
|
| If I have a empty string value, how can I send backspace and then tab instead of the empty string? Below is a simplification of my GUI form, but I think you understand. (Any string can be empty and I wan' to send {BS} and then {TAB} instead, if a string is empty.) #SingleInstance, force NumpadSub:: ... |
|
 |
Forum: Support Topic: GUI: Limit input in a textbox (max 6 numbers), jump to next? |
| Andreas129 |
|
Posted: July 12th, 2011, 10:57 am
|
|
Replies: 5 Views: 183
|
Thanks, works great!  |
|
 |
Forum: Support Topic: GUI: Limit input in a textbox (max 6 numbers), jump to next? |
| Andreas129 |
|
Posted: July 12th, 2011, 7:59 am
|
|
Replies: 5 Views: 183
|
| Thanks! I always want to show the "OK" button. And I don't understand how I should change the code to do this: If I write something in Value0 don't jump to next. (I use tab manually) If i write 6 numbers in Date1 jump to next (Date2) {tab}. If i write 6 numbers in Date2 jump to next (Date3... |
|
 |
Forum: Support Topic: GUI: Limit input in a textbox (max 6 numbers), jump to next? |
| Andreas129 |
|
Posted: July 11th, 2011, 3:00 pm
|
|
Replies: 5 Views: 183
|
| How do limit the numbers of input in my textboxes? Example max 6 numbers. And how do I make it to jump to the next textbox if I write 6 numbers in the first textbox? (I don't want to use tab) Gui, Add, Text,, Date1: Gui, Add, Edit, vDate1, Gui, Add, Text,, Date2: Gui, Add, Edit, vDate2, Gui, Add, Bu... |
|
 |
Forum: Support Topic: Tray: One left click = run X.exe then close ahk |
| Andreas129 |
|
Posted: December 7th, 2010, 4:28 pm
|
|
Replies: 4 Views: 230
|
Thank you. Works great. Two questions:
1)
Can I also get the "Exit" option at the bottom?
Example:
...
Pause script
myLabel
Exit
2)
One more question, is it possible to "right click once" on the tray icon to exit the script? |
|
 |
Forum: Support Topic: Tray: One left click = run X.exe then close ahk |
| Andreas129 |
|
Posted: December 3rd, 2010, 11:01 am
|
|
Replies: 4 Views: 230
|
How can I make the tray icon to run a program when I left click on it one time?
Code: #Persistent ; Keep the script running until the user exits it. Menu, Tray, Icon, C:\WINDOWS\myicon.ico
??? one left click run x.exe then close ahk-script ???
|
|
 |
Forum: Scripts Topic: simple dual monitor window switch |
| Andreas129 |
|
Posted: November 29th, 2009, 10:13 am
|
|
Replies: 14 Views: 5054
|
| Thanks for sharing! Works great in Windows 7 32-bit. |
|
 |
Forum: Support Topic: "Pause | Break" key? |
| Andreas129 |
|
Posted: July 29th, 2009, 12:14 pm
|
|
Replies: 2 Views: 306
|
Thanks! Now it works. I tried with "Pause" before I asked, but "Break" did the thing!  |
|
 |
Forum: Support Topic: "Pause | Break" key? |
| Andreas129 |
|
Posted: July 29th, 2009, 10:34 am
|
|
Replies: 2 Views: 306
|
I have a "Pause | Break" key on my keyboard, but how can I use it to mute the sound?
?????:: Send {Volume_Mute} ; Mute/unmute the master volume. |
|
 |
| Sort by: |