| Author |
Message |
Topic: AHK executable will not run |
TeeTwo
Replies: 1
Views: 111
|
Forum: Ask for Help Posted: Sat Aug 16, 2008 6:36 am Subject: AHK executable will not run |
I have a Russian friend, I am allowed I am Australian actually I can have any friend I like.
My point I sent a file that uses
!c::ExitApp
There is a lot more but the file works on any comput ... |
Topic: Email Validation |
TeeTwo
Replies: 7
Views: 223
|
Forum: Ask for Help Posted: Sat Aug 16, 2008 6:29 am Subject: Email Validation |
| Thanks for heads up, I downloaded the program and will investigate. I have started to learn PHP but what with creating Basic programs learning AHK and now PHP I will not know if I am Arthur or Mather. ... |
Topic: Email Validation |
TeeTwo
Replies: 7
Views: 223
|
Forum: Ask for Help Posted: Thu Aug 07, 2008 1:02 am Subject: Email Validation |
I have done a search and could not find anything. Has anyone tried a email verification script. You know to find out if a email is valid without actually checking bounce backs of messages.
The reas ... |
Topic: Application directory & Auto start |
TeeTwo
Replies: 2
Views: 128
|
Forum: Ask for Help Posted: Thu Jun 19, 2008 1:52 pm Subject: Application directory & Auto start |
| I appreciate the heads up and links. Really a U3 should only be a standard USB device with a program on it. I have heard of people reformating one to see what happens and lose the Autostart feature. I ... |
Topic: Application directory & Auto start |
TeeTwo
Replies: 2
Views: 128
|
Forum: Ask for Help Posted: Thu Jun 19, 2008 3:20 am Subject: Application directory & Auto start |
I have an application on a USB memory drive and it works by calling the location by Using
%A_WorkingDir%
Now when I create a key in the registry the hot key detection program loads but it looks ... |
Topic: Detecting running script |
TeeTwo
Replies: 2
Views: 182
|
Forum: Ask for Help Posted: Tue May 27, 2008 2:28 am Subject: Detecting running script |
I have a simple script that is initiates in the startup folder. It detects if there is a program present when a Usb memory device is inserted.
It then runs that program and exits the loop.
I wi ... |
Topic: Autorun a script |
TeeTwo
Replies: 3
Views: 248
|
Forum: Ask for Help Posted: Thu May 22, 2008 6:12 am Subject: Autorun a script |
| The thing is when you get a cover disk from a magazine and you insert the cd the webbrowser runs. When I look at the Autorun.inf file it calls Boot.exe a executable that gets Windows to run the Browse ... |
Topic: Autorun a script |
TeeTwo
Replies: 3
Views: 248
|
Forum: Ask for Help Posted: Thu May 22, 2008 1:15 am Subject: Autorun a script |
I have a autorun.inf script that works that brings up the CD type window when a USB memory stick is inserted. I then have the choice to run the script or not by clicking on ok or cancel.
My question ... |
Topic: Drive Capacity |
TeeTwo
Replies: 2
Views: 148
|
Forum: Ask for Help Posted: Sun Apr 13, 2008 9:51 pm Subject: Drive Capacity |
Thank you most kindly. You have been very helpful.
I actually read the whole of that post and although I only understand part I get an idea just how powerful AHK can be in the right hands. |
Topic: Drive Capacity |
TeeTwo
Replies: 2
Views: 148
|
Forum: Ask for Help Posted: Sun Apr 13, 2008 2:15 am Subject: Drive Capacity |
I used
DriveSpaceFree, space, G:\
msgbox %space%
it does give me free space in Megabytes but is it possible to get the information in Bytes |
Topic: How to Replace Ctr v |
TeeTwo
Replies: 4
Views: 291
|
Forum: Ask for Help Posted: Mon Apr 07, 2008 10:26 pm Subject: How to Replace Ctr v |
| I finished up using my version as it handles other controls as well, but if you are interested in beta testing the application at http://inkmon.org/Control There is a readme. You may be pleasently su ... |
Topic: [HELP] ~ Starting a Program via DLL call |
TeeTwo
Replies: 16
Views: 693
|
Forum: Ask for Help Posted: Fri Mar 28, 2008 9:43 am Subject: [HELP] ~ Starting a Program via DLL call |
I think that could be very dangerous as a simple text file could trigger disastrous effects as mostn anti virus programd only look for rogue programs not seemingly inocent text files.
If anyone has ... |
Topic: How to Replace Ctr v |
TeeTwo
Replies: 4
Views: 291
|
Forum: Ask for Help Posted: Thu Mar 27, 2008 6:47 am Subject: How to Replace Ctr v |
Thanks for script. Actually I got working what I wanted with this script
Clipboard=
Clipwait
KeyWait,LButton,D
sleep, 200
send,%Clipboard%
;msgbox, %Clipboard%
ExitApp
I am dev ... |
Topic: How to Replace Ctr v |
TeeTwo
Replies: 4
Views: 291
|
Forum: Ask for Help Posted: Wed Mar 26, 2008 8:28 am Subject: How to Replace Ctr v |
I have just had an idea, correct me if I am wrong or if there is a better way.
If the script detects a leftmouse click it checks if there is content in the clipboard if so then the script jumps to a ... |
Topic: How to Replace Ctr v |
TeeTwo
Replies: 4
Views: 291
|
Forum: Ask for Help Posted: Wed Mar 26, 2008 7:41 am Subject: How to Replace Ctr v |
If I have information copied to the clipboad, Can I replace Ctrl v with a left mouse click to gain the position and another left mouse click to insert the clipboard content.
Thanks in advance for a ... |
| |