| Author |
Message |
Forum: Scripts Topic: A working Skype API client |
| geeneeyes |
|
Posted: July 26th, 2009, 7:16 pm
|
|
Replies: 14 Views: 9065
|
what does this script do?
i know skype but how does one use this script with skype?
no buttons no nothing.. atleast provide some info.. F1!! |
|
 |
Forum: Utilities Topic: Message the Windows Taskbar |
| geeneeyes |
|
Posted: April 9th, 2009, 9:02 am
|
|
Replies: 11 Views: 3772
|
Is there way to use this trick to repair network connections?
I think using PostMessage is the best (easiest and simplest) method.
found ahk_class Tray Connections (is this the menu which appears when right-clicked) |
|
 |
Forum: Scripts Topic: Show clock on start menu button |
| geeneeyes |
|
Posted: April 2nd, 2009, 12:45 pm
|
|
Replies: 6 Views: 2131
|
| Thank you! I didn´t known that ControlSetText is also possible at the start button Seans example uses a new gui, your script is really much better! Greets, DHMH Thank you too. :D I've always been awed by codemasters like Sean, Skan and many others. You all are amazing. Change your start menu button... |
|
 |
Forum: Scripts Topic: Show clock on start menu button |
| geeneeyes |
|
Posted: April 2nd, 2009, 9:00 am
|
|
Replies: 6 Views: 2131
|
I am sure SKAN and others have already posted about it  |
|
 |
Forum: Scripts Topic: Show clock on start menu button |
| geeneeyes |
|
Posted: April 2nd, 2009, 8:44 am
|
|
Replies: 6 Views: 2131
|
| Start menu button clock A simple script to display time on the start menu button http://xs138.xs.to/xs138/09144/clipboard07920.png ; Script: Shows the time on the start menu button #persistent StringTrimLeft,uke,A_YWeek,4 ControlMove, Button1,,,107,, ahk_class Shell_TrayWnd ControlSetText, Button1,... |
|
 |
Forum: Utilities Topic: Message the Windows Taskbar |
| geeneeyes |
|
Posted: April 2nd, 2009, 8:35 am
|
|
Replies: 11 Views: 3772
|
|
 |
Forum: Scripts Topic: [function] httpQuery GET and POST requests - update 0.3.6 |
| geeneeyes |
|
Posted: February 7th, 2009, 8:57 am
|
|
Replies: 232 Views: 82639
|
| 1) Do i have to install anything to get this to work? 2) How do I get it to do this: Post a search term on Google, then search for it and get the list of results? You have to download and save this script in the same folder as your script. Also put this code in your script #Include httpQuery.ahk |
|
 |
Forum: Support Topic: [SOLVED] Help needed updating Twitter with httpQuery |
| geeneeyes |
|
Posted: February 5th, 2009, 1:15 pm
|
|
Replies: 13 Views: 1585
|
DerRaphael thanx
its so wonderful..! |
|
 |
Forum: Support Topic: [SOLVED] Help needed updating Twitter with httpQuery |
| geeneeyes |
|
Posted: January 29th, 2009, 10:03 am
|
|
Replies: 13 Views: 1585
|
All credit & thanks to DerRaphael  |
|
 |
Forum: Support Topic: [SOLVED] Help needed updating Twitter with httpQuery |
| geeneeyes |
|
Posted: January 29th, 2009, 9:40 am
|
|
Replies: 13 Views: 1585
|
| Hiii Skan #include httpQuery.ahk username = geeneeyes password = testing URL := "http://" username ":" password "@twitter.com/statuses/update.xml?" status:="Hello World" POSTdata := "status="status httpQUERY(buffer:="",URL,POSTdata)... |
|
 |
Forum: Support Topic: [SOLVED] Help needed updating Twitter with httpQuery |
| geeneeyes |
|
Posted: January 29th, 2009, 8:27 am
|
|
Replies: 13 Views: 1585
|
Problem Solved... thanks for the help
It was not authenticating.. the twitter api methods helped..
bYe |
|
 |
Forum: Support Topic: [SOLVED] Help needed updating Twitter with httpQuery |
| geeneeyes |
|
Posted: January 29th, 2009, 7:12 am
|
|
Replies: 13 Views: 1585
|
Okay, I will go through it..
Thanks Z_Gecko |
|
 |
Forum: Support Topic: [SOLVED] Help needed updating Twitter with httpQuery |
| geeneeyes |
|
Posted: January 28th, 2009, 5:52 pm
|
|
Replies: 13 Views: 1585
|
It shows "401 Unauthorized" though its the correct username and password
you can try the same
PS: the above given username and password are correct  |
|
 |
Forum: Support Topic: [SOLVED] Help needed updating Twitter with httpQuery |
| geeneeyes |
|
Posted: January 28th, 2009, 7:41 am
|
|
Replies: 13 Views: 1585
|
| I have this simple script to tweet (post update to twitter) Twitter requires POST so I figure I cant use UrlDownloadToFile i put this code together but it gives an error :oops: #include httpQuery.ahk URL= http://twitter.com/statuses/update.xml?status=HelloWorld POSTdata = &username=autohotkey&am... |
|
 |
Forum: Scripts Topic: [function] httpQuery GET and POST requests - update 0.3.6 |
| geeneeyes |
|
Posted: January 24th, 2009, 2:17 pm
|
|
Replies: 232 Views: 82639
|
|
 |
| Sort by: |