| Author |
Message |
Forum: Support Topic: Check if internet is connected |
| ShadowfoxXXX |
|
Posted: April 24th, 2009, 3:36 pm
|
|
Replies: 4 Views: 748
|
| i was thinking about doing a file download, and checking if it failed, but pinging is alot faster and makes way more sense. thanks |
|
 |
Forum: Support Topic: Check if internet is connected |
| ShadowfoxXXX |
|
Posted: April 22nd, 2009, 11:04 pm
|
|
Replies: 4 Views: 748
|
I'm assuming I don't need to post any code for this one.
I need to check if the host computer is connected to the internet, and write it to a variable (obviously) |
|
 |
Forum: Support Topic: [solved]Check if variable contains letters/numbers etc.. |
| ShadowfoxXXX |
|
Posted: April 22nd, 2009, 6:44 am
|
|
Replies: 12 Views: 959
|
so what if i wanted to check for numbers?
and symbols?
is it
if blank is not letter
if blank is not string
what is it? |
|
 |
Forum: Support Topic: [solved]Check if variable contains letters/numbers etc.. |
| ShadowfoxXXX |
|
Posted: April 22nd, 2009, 6:44 am
|
|
Replies: 12 Views: 959
|
|
 |
Forum: Support Topic: [solved]Check if variable contains letters/numbers etc.. |
| ShadowfoxXXX |
|
Posted: April 22nd, 2009, 6:25 am
|
|
Replies: 12 Views: 959
|
braces used this way
if (blablabl){
stuff here
}
has always worked for me.
in fact i used it multiple times in this program and it worked fine.
somehow that particular method only works when i change it.
I guess i gotta get off the whole java thing. |
|
 |
Forum: Support Topic: [solved]Check if variable contains letters/numbers etc.. |
| ShadowfoxXXX |
|
Posted: April 22nd, 2009, 2:39 am
|
|
Replies: 12 Views: 959
|
| ok... I read it. I'm assuming you're trying to say I did something incorrectly? I did check all over the place, and i found nothing. I don't need to include any further information, and the "If var is [not] type" didn't show up anywhere, because AHK has no explicitly defined variable types... |
|
 |
Forum: Support Topic: [solved]Check if variable contains letters/numbers etc.. |
| ShadowfoxXXX |
|
Posted: April 21st, 2009, 5:36 am
|
|
Replies: 12 Views: 959
|
I have a program that takes in an area code.
I need a way to check if it contains anything other than numbers.
[ Moderator!: Do not use all caps in the subject line "CHECK IF VARIABLE CONTAINS LETTERS, NUMBERS, ETC..." ] |
|
 |
Forum: Support Topic: [solved]Simple system tray functions |
| ShadowfoxXXX |
|
Posted: April 21st, 2009, 4:37 am
|
|
Replies: 3 Views: 254
|
| never mind, i got everythiong working correctly. Thanks anyway!!!!!! |
|
 |
Forum: Support Topic: [solved]Simple system tray functions |
| ShadowfoxXXX |
|
Posted: April 20th, 2009, 7:35 am
|
|
Replies: 3 Views: 254
|
I need to be able to run something when someone left-clicks on the system tray icon.
anyone know how to do this
Also, i knwo how to add and remove things from the tray menu, but i've no idea how to make them DO anything.
an example would really help. |
|
 |
| Sort by: |