| Author |
Message |
Forum: Support Topic: Binary to text |
| Pasukun |
|
Posted: June 9th, 2010, 5:53 pm
|
|
Replies: 1 Views: 156
|
| I use "ClipboardAll" to make sure it is compatible with both texts and files. However, due to its nature of storing them in a binary code, it is hard to review the text in a msgbox command or even alter them before pasting it on to a something like notepad. Is there a way to convert copied... |
|
 |
Forum: Support Topic: Is there a way to monitor a button press? |
| Pasukun |
|
Posted: March 26th, 2009, 7:03 pm
|
|
Replies: 1 Views: 331
|
Found the answer!
I should have read the Help document bit more. |
|
 |
Forum: Support Topic: Is there a way to monitor a button press? |
| Pasukun |
|
Posted: March 26th, 2009, 5:16 pm
|
|
Replies: 1 Views: 331
|
| I am trying to create a script that monitors a button on the GUI window. For an example. Let's say I have a GUI window called "Calculator", and it has a button called "Button42". When user press that button "Button42", I want the script to be aware of that event took pl... |
|
 |
Forum: Support Topic: Disappearing ListView.. |
| Pasukun |
|
Posted: June 11th, 2008, 4:26 pm
|
|
Replies: 5 Views: 586
|
| It was a " H" before, then I changed to "H" to see if it had anything to do with the problem. The problem occurred either way. Also, the resizing script works fine. As I resize the GUI window, the ListView box will resize as well, proportionally. It is just that.. my discovery le... |
|
 |
Forum: Support Topic: Disappearing ListView.. |
| Pasukun |
|
Posted: June 11th, 2008, 4:00 pm
|
|
Replies: 5 Views: 586
|
| I am having a trouble with the disappearing ListView box. It happens when I press the column headers to sort the listings. Funny thing is.. it works fine when I click on the 1st column's header, but if I click on any other column headers.. the ListView box will disappear from the GUI.. I know the pr... |
|
 |
Forum: Support Topic: Removing Pause Script and Suspend Hotkeys from the tray menu |
| Pasukun |
|
Posted: October 10th, 2007, 8:55 pm
|
|
Replies: 2 Views: 570
|
Ahh~ I see!
So it is the Menu, Tray, NoStandard.
Excellent!
Thank you very much. |
|
 |
Forum: Support Topic: Removing Pause Script and Suspend Hotkeys from the tray menu |
| Pasukun |
|
Posted: October 10th, 2007, 7:02 pm
|
|
Replies: 2 Views: 570
|
Does anyone know how to remove "Pause Script" and "Suspend Hotkeys" options from the right click tray menu?
I would like only "Exit" to show.
Thank you. |
|
 |
Forum: Support Topic: Dose AHK support Windows CE 5.0 or Mobile 5.0? |
| Pasukun |
|
Posted: April 27th, 2007, 7:08 pm
|
|
Replies: 3 Views: 692
|
I have searched almost the entire forum.. and I have found some similar threads.., and from what I have gathered.. AHK does not support the Mobile or the CE.
Oh well.  |
|
 |
Forum: Support Topic: Dose AHK support Windows CE 5.0 or Mobile 5.0? |
| Pasukun |
|
Posted: April 27th, 2007, 4:50 pm
|
|
Replies: 3 Views: 692
|
The title of the thread explains it all.
Does AHK support Windows CE 5.0 or Windows Mobile 5.0 by any chance?
I really doubt it, but I figure it won't hurt to ask. |
|
 |
Forum: Support Topic: Separation Line? (for GUI) |
| Pasukun |
|
Posted: January 25th, 2007, 12:33 am
|
|
Replies: 6 Views: 651
|
| Show us what you have so far. |
|
 |
Forum: Support Topic: Sending commands to hidden cmd |
| Pasukun |
|
Posted: January 24th, 2007, 10:17 pm
|
|
Replies: 3 Views: 485
|
| I had to do something similar like that before. I wanted to open a uniquely titled DOS window and send a string of syntax to it. So here is an example of what I did. DetectHiddenWindows, On SetTitleMatchMode, 2 SetKeyDelay, -1 Run, cmd /k "Title CUSTOM_TITLE_1" ,,Hide|UseErrorLevel WinWait... |
|
 |
Forum: Support Topic: question about moving mousecursor |
| Pasukun |
|
Posted: January 24th, 2007, 12:16 am
|
|
Replies: 2 Views: 444
|
Probably not the smartest way to do it
Code: SysGet, MAX_X, 16 SysGet, MAX_Y, 17 MAX_X := MAX_X / 2 MAX_Y := MAX_Y / 2 CoordMode, Mouse MouseMove, %MAX_X%, %MAX_Y%
|
|
 |
Forum: Support Topic: Is possible to make a script with hotkeys that write... |
| Pasukun |
|
Posted: December 12th, 2006, 11:57 pm
|
|
Replies: 2 Views: 506
|
| Try this. PATH = C:\ ;Must end with backslash FILENAME = Filenames.txt ;Name of the output file. ^B:: ClipBoard = Send ^c ClipWait 1 If Clipboard = { return } Loop, parse, ClipBoard, `n, `r { FILE = %A_LoopField% SplitPath, FILE, NAME StringTrimRight, NAME, NAME, 4 FileAppend, %NAME%`... |
|
 |
Forum: Support Topic: Getting the correct timestamp. |
| Pasukun |
|
Posted: August 31st, 2006, 7:57 pm
|
|
Replies: 2 Views: 528
|
Hot Dang~!
That is PERFECT!
And Here I was writing a script that calculates leap year and days in month...
Thanks a bunch! |
|
 |
Forum: Support Topic: Getting the correct timestamp. |
| Pasukun |
|
Posted: August 31st, 2006, 7:09 pm
|
|
Replies: 2 Views: 528
|
Is there a way to get a timestamp that is.. for example 180 days ago?
I am trying to write a script that will trim the database to keep only 180 days.
To trim the database.. it only takes timestamps in format of YYYYMMDDhhmmss.
Thanks in advance. |
|
 |
| Sort by: |