| Author |
Message |
Forum: Support Topic: gui help! |
| ahk_man |
|
Posted: September 15th, 2004, 5:10 am
|
|
Replies: 2 Views: 719
|
| How do I associate each button to an action? For example, I created a gui on the bottom which has three buttons: pinghost, ping, and ipconfig. I want the program to display ipconfig configuration if I click on the ipconfig button. Please help. ; Generated by SmartGUI Creater Gui, Add, Button, x57 y4... |
|
 |
Forum: Support Topic: help with loop |
| ahk_man |
|
Posted: September 12th, 2004, 1:07 am
|
|
Replies: 2 Views: 624
|
| Hi, I want to create a hotkey to start a loop. I want the script to keep on looping until I hit another hotkey then it will stop and let me take control of my system again. Here is my code, but it doesn't work. Note: I want F12 to break out of the loop. space & F3:: Loop,50 { If Send={F12} { bre... |
|
 |
Forum: Support Topic: script running as a service |
| ahk_man |
|
Posted: September 9th, 2004, 7:21 am
|
|
Replies: 4 Views: 1271
|
| I want to create a ahk script to run as a service. This script will run 24hrs on a system and will launch 3 times in a day at different time. When the script launch it will move the mouse to a coordinate and look for a black color. If it's black it will double click on black. After 2 hours, the scri... |
|
 |
Forum: Support Topic: Please another help from the experts |
| ahk_man |
|
Posted: September 6th, 2004, 6:58 pm
|
|
Replies: 5 Views: 763
|
| Jon or chris or any expert, Here is my script: I want it to stay on the top like the previous example shown,however, my script has a hotkey. I don't know how to make it work. F2:: Send,abc hotkey,F2,off msgbox,4,Confirmation,Do you want to display abc again?. ifmsgbox,no { msgbox,4,Confirmation2,Cli... |
|
 |
Forum: Support Topic: Please another help from the experts |
| ahk_man |
|
Posted: September 6th, 2004, 6:02 pm
|
|
Replies: 5 Views: 763
|
| How can I make the msgbox always stay on the foreground? In other words I want it to stay active in the front even though user click somewhere else that might bring other application up to cover it. For example: Msgbox,4,Confirmation!,Click Ok to confirm Ifmsgbox,no { ExitApp } Run,notepad I want th... |
|
 |
Forum: Support Topic: Urgent Help...need expert help! |
| ahk_man |
|
Posted: September 6th, 2004, 5:23 am
|
|
Replies: 5 Views: 758
|
| How can I prevent my code from only running once even though user keeping pushing the same hotkey label? I want the script to run only once even though the users keep pressing it like ten times. F2:: Send, abc. On with another subject: Also, I tried using blockinput, on and blockinput, off to preven... |
|
 |
Forum: Support Topic: linking comands to buttons |
| ahk_man |
|
Posted: September 5th, 2004, 6:34 pm
|
|
Replies: 5 Views: 1435
|
Hi Chris,
I want to do this:
Msgbox,Click ok the ok button to run notepad. If you don't want to run notepad then click cancel.
My question is: how do I link a command to a button? Please provide good example. thank you for everything. |
|
 |
Forum: Support Topic: Run on command |
| ahk_man |
|
Posted: September 5th, 2004, 4:23 pm
|
|
Replies: 1 Views: 682
|
Hi Chris,
I have a long command written on a microsoft notepad editor. I forgot the tag to use to split up long command. Can you tell me? |
|
 |
Forum: Support Topic: difficult |
| ahk_man |
|
Posted: September 4th, 2004, 5:06 pm
|
|
Replies: 2 Views: 850
|
| How can I make a script that do this: I have an oracle database and the data are very dynamic, meaning it is always a different value at a specific field. For example, I want to navigate to the "city" field and copy what ever value is at the city field at the moment. Lets say, Utah is the value at t... |
|
 |
Forum: Support Topic: icon help |
| ahk_man |
|
Posted: September 4th, 2004, 11:54 am
|
|
Replies: 3 Views: 785
|
Hi Chris,
Could you please show me how to change the ahk.exe icon to something else? Please give me a real example how to do it. I have a cool Icon that I want to use it to replace the "H" icon of the exe file. |
|
 |
Forum: Support Topic: default |
| ahk_man |
|
Posted: September 3rd, 2004, 9:28 am
|
|
Replies: 1 Views: 676
|
| Hi Chris, How can I write a script to open up a webpage and have the mouse cursor active at a specific registration field I want? I do not what to use Getmousepos or movemouse. Can I use Control? If so how can I use control to select a specific field to input data in it. Basically, I want to open up... |
|
 |
Forum: Support Topic: hello |
| ahk_man |
|
Posted: September 2nd, 2004, 8:16 am
|
|
Replies: 1 Views: 677
|
| Hi chris, I would like to write a clean script to retrieve the value within the fields of a database. For example, I have an oracle database that has one row with three columns. The first column is call "name", second is call "address", and third column is call "city". I would like to write a script... |
|
 |
Forum: Support Topic: Escape Sequences...maybe buggy |
| ahk_man |
|
Posted: July 31st, 2004, 10:02 am
|
|
Replies: 1 Views: 794
|
Hi,
Could you give me an example how I can use the Escape Sequence using FormFeed(`f), VerticalTab(`v), and alert (`a)? All three sequences doesn't seem to work when I tried to use it, however, the rest work fine. |
|
 |
Forum: Support Topic: Menu |
| ahk_man |
|
Posted: July 30th, 2004, 6:09 am
|
|
Replies: 4 Views: 1103
|
Hi Chris,
Thank you so much for the workable script. It is exactly what I wanted to accomplish. Rajat, thanks for the reply (When will we see more cool script from you again?). |
|
 |
Forum: Support Topic: Menu |
| ahk_man |
|
Posted: July 29th, 2004, 5:07 am
|
|
Replies: 4 Views: 1103
|
| If you right click anywhere on the Windows desktop, you will have a popup showing a few default menu and submenu. For example, you might see a properties, open, printto, ...etc. My question is: How can I get rid of all those default menu and submenu and create my own menu and submenu? I want to crea... |
|
 |
| Sort by: |