| Author |
Message |
Topic: How to run the scripts @ background |
vla
Replies: 4
Views: 177
|
Forum: Ask for Help Posted: Fri Jan 28, 2011 1:11 pm Subject: How to run the scripts @ background |
| http://www.autohotkey.com/docs/commands/DetectHiddenWindows.htm |
Topic: checking if internet is up |
vla
Replies: 5
Views: 158
|
Forum: Ask for Help Posted: Wed Jan 26, 2011 9:54 am Subject: checking if internet is up |
| Thank you very much kiropes, I must have missed that. I'll take a look at it! |
Topic: checking if internet is up |
vla
Replies: 5
Views: 158
|
Forum: Ask for Help Posted: Wed Jan 26, 2011 9:53 am Subject: checking if internet is up |
Thank you very much for your response hugov,
How do you ping a site, what command? Also is there a way to enable it if its found offline? |
Topic: checking if internet is up |
vla
Replies: 5
Views: 158
|
Forum: Ask for Help Posted: Wed Jan 26, 2011 9:21 am Subject: checking if internet is up |
| My internet sometimes crashes on me without warning and when it does iI ave to disable then enable it. However, I am not always around to disable and enable it again and I have a need to be constantl ... |
Topic: Key combo to output the percent sign |
vla
Replies: 2
Views: 491
|
Forum: Ask for Help Posted: Sun Jan 23, 2011 3:40 pm Subject: Key combo to output the percent sign |
You have to escape the % sign. Try this:
! & ^::Send `%
Or if you ment to have the brackets:
! & ^::Sendraw {`%}
|
Topic: ControlGetText for Skype?? |
vla
Replies: 1
Views: 147
|
Forum: Ask for Help Posted: Wed Jan 19, 2011 8:40 am Subject: ControlGetText for Skype?? |
| Bump, I still need help. I looked at [url=http://www.autohotkey.com/forum/viewtopic.php?t=64523]this thread called Skype & Miranda incoming beeper but I do not know very much about functions nor ... |
Topic: ControlGetText for Skype?? |
vla
Replies: 1
Views: 147
|
Forum: Ask for Help Posted: Tue Jan 18, 2011 4:59 am Subject: ControlGetText for Skype?? |
Hi guys, I know how to send messages to a skype window.
ControlSend,TChatRichEdit1,%message% {enter},Echo / Sound Test Service
I tried to use CotrolGetText to get the text of messages ... |
Topic: automatic key presser |
vla
Replies: 7
Views: 4373
|
Forum: Ask for Help Posted: Mon Jan 10, 2011 4:39 am Subject: Re: Similar problem |
I need the Right ctrl button pressed every second and to break after 5 minutes.
Loop, 300 ;300 seconds are in 5 minutes.
{
send {RCtrl} ; I was not sure if you needed to copy ... |
Topic: Space in Menu, Tray, Add |
vla
Replies: 3
Views: 236
|
Forum: Ask for Help Posted: Sat Jan 08, 2011 6:15 pm Subject: Space in Menu, Tray, Add |
| Thank you very much InFlames! I looked there first and did not see anything that pointed out that this is how you use a space in a tray menu. Who do I have to petition to get this added as maybe an e ... |
Topic: Space in Menu, Tray, Add |
vla
Replies: 3
Views: 236
|
Forum: Ask for Help Posted: Sat Jan 08, 2011 5:57 pm Subject: Space in Menu, Tray, Add |
Hey guys, how do I get a space in the name of a menu, tray, add, Hi guys!
For example:
#Persistent
menu, tray, add, This is a test
return
This is a test:
msgbox win!
Can anyone he ... |
Topic: Pixelgetcolour help |
vla
Replies: 5
Views: 164
|
Forum: Ask for Help Posted: Fri Dec 31, 2010 12:32 pm Subject: Pixelgetcolour help |
| are you using the default coordmode? Check the code and vars and see if its picking up the right color. double click on the system tray icon after the program does that part (helpful to stick a paus ... |
Topic: CDO COM - Email Delivery |
vla
Replies: 184
Views: 35874
|
Forum: Scripts & Functions Posted: Mon Dec 20, 2010 12:09 pm Subject: CDO COM - Email Delivery |
| Thanks shajul, im still trying to get the hang of this stuff. What is this type of coding called so i can read up on it more? |
Topic: CDO COM - Email Delivery |
vla
Replies: 184
Views: 35874
|
Forum: Scripts & Functions Posted: Mon Dec 20, 2010 11:35 am Subject: CDO COM - Email Delivery |
Thank you, I think I see my problem, correct me if im wrong:
I am using vars for pmsg.To. So it would have to look like this?
pmsg.To := var_email1"," var_email2
EDIT: ... |
Topic: CDO COM - Email Delivery |
vla
Replies: 184
Views: 35874
|
Forum: Scripts & Functions Posted: Mon Dec 20, 2010 10:43 am Subject: CDO COM - Email Delivery |
Hi guys I love your code and I love you. A few questions, when Shajul's most recent version of the email code is used in one of my programs i get an error message:
http://img209.imageshack.us/img209 ... |
Topic: The "Help" Button on Message Box |
vla
Replies: 2
Views: 206
|
Forum: Ask for Help Posted: Thu Dec 16, 2010 11:15 am Subject: The "Help" Button on Message Box |
OnMessage(0x53, "WM_HELP")
msgbox, 16384,, This is your first time Using this program if you need help click help other wise click ok.
WM_HELP() {
msgbox you ... |
| |