| Author |
Message |
Topic: Auto Email |
TeeTwo
Replies: 1
Views: 84
|
Forum: Ask for Help Posted: Mon Dec 26, 2011 9:38 pm Subject: Auto Email |
I have been asked if I can modify a program that detects ink usage to send an email.
I can auto open a pre written email form and possibly use a key press to activate the send button. but am trying ... |
Topic: Transfer text between two windows |
TeeTwo
Replies: 2
Views: 126
|
Forum: Ask for Help Posted: Sat Dec 10, 2011 10:02 am Subject: Transfer text between two windows |
Yes the buttons will save to clipboard. the receiving Window has two positions(Tabs) head html and body html.
I have been looking at the control options. I got send to work but it is like a typist th ... |
Topic: Transfer text between two windows |
TeeTwo
Replies: 2
Views: 126
|
Forum: Ask for Help Posted: Wed Dec 07, 2011 1:14 am Subject: Transfer text between two windows |
Hi I am asking for suggestions to tackle this problem. I use two of Coffee Cups software packages Web Form Builder and Visual Site Designer. This is what I want to create.
When I make a form I can ex ... |
Topic: Switch or Case alternative |
TeeTwo
Replies: 6
Views: 135
|
Forum: Ask for Help Posted: Tue Nov 08, 2011 9:39 pm Subject: Switch or Case alternative |
| Odlanir Thanks. An interesting way of doing it. AHK surprises me with its ability |
Topic: Switch or Case alternative |
TeeTwo
Replies: 6
Views: 135
|
Forum: Ask for Help Posted: Mon Nov 07, 2011 9:46 pm Subject: Switch or Case alternative |
| Thanks for reply. I am afraid that I do get confused as I mainly program in Basic where that syntax would have worked sort of, a case statement is the tidy option. I only use AHK for it's simple Hotke ... |
Topic: Switch or Case alternative |
TeeTwo
Replies: 6
Views: 135
|
Forum: Ask for Help Posted: Mon Nov 07, 2011 10:52 am Subject: Switch or Case alternative |
I am trying to manipulate months from say Nov to 11
I am trying this but result is always 12. I do not understand why when the if statement is false it still changes to the wrong value
Month = Nov ... |
Topic: Autorun script |
TeeTwo
Replies: 0
Views: 200
|
Forum: Ask for Help Posted: Fri Jun 10, 2011 11:42 pm Subject: Autorun script |
I am trying to create a autorun replacement for usb flash drives.
The idea being to have a resident script or start it before insertion of the flash drive. I have that part working however there are ... |
Topic: Disable task bar and alt command etc |
TeeTwo
Replies: 6
Views: 310
|
Forum: Ask for Help Posted: Fri Jun 03, 2011 11:16 pm Subject: Disable task bar and alt command etc |
To add more. Scenereo There is a form on the front desk requesting information about visitors. A visitor has access to the keys allowing information to be inserted. but not to dump the program.
I ... |
Topic: Asc |
TeeTwo
Replies: 16
Views: 346
|
Forum: Ask for Help Posted: Fri Jun 03, 2011 12:34 am Subject: Asc |
You are bloody marvelous all of you. I now know if I can write enough questions I shall become proficient in AHK, or better still have all my scripts written for me.
Only joking you are a bonza ... |
Topic: Asc |
TeeTwo
Replies: 16
Views: 346
|
Forum: Ask for Help Posted: Thu Jun 02, 2011 11:01 am Subject: Asc |
I am trying to total ascii numbers which you showed me how. But how do I add these together to get a total.
I am trying
; array from above
while(x< List+1){
A.= asc( chr%x% ... |
Topic: Asc |
TeeTwo
Replies: 16
Views: 346
|
Forum: Ask for Help Posted: Thu Jun 02, 2011 5:22 am Subject: Asc |
Thanks most sincerely. I really do appreciate the help and guidance. It has helped me to understand a little more of this amazing language.
I will wish you all a very G'Day
Terry |
Topic: Asc |
TeeTwo
Replies: 16
Views: 346
|
Forum: Ask for Help Posted: Thu Jun 02, 2011 12:01 am Subject: Asc |
I cannot find the explanation for .= I have for :=
Also I do not understand why. Extract from help file
Asc(String): Returns the ASCII code (a number between 1 and 255) for the first character i ... |
Topic: Asc |
TeeTwo
Replies: 16
Views: 346
|
Forum: Ask for Help Posted: Wed Jun 01, 2011 10:36 pm Subject: Asc |
Wow Thanks to all. Can you believe I was up till 1am this morning and did not get it.
TLM Yes I do have trouble with the way I reference variables.
The help file shows either asc(string) or asc, st ... |
Topic: Asc |
TeeTwo
Replies: 16
Views: 346
|
Forum: Ask for Help Posted: Wed Jun 01, 2011 1:07 pm Subject: Asc |
I have only a small experience with AHK and I can normally get the right statements working but this has stumped me. I know it should bite me but it will not.
I am after the ascii number
List =" ... |
Topic: string compare |
TeeTwo
Replies: 3
Views: 173
|
Forum: Ask for Help Posted: Wed Jun 01, 2011 12:14 pm Subject: string compare |
Hmm! no easy way in finding what letter exists in one list and not in another
Ahh well a character by character comparison I guess. |
| |