| Author |
Message |
Forum: Support Topic: [SOLVED] Get hardware serial no of USB stick |
| art |
|
Posted: Yesterday, 6:51 am
|
|
Replies: 14 Views: 210
|
|
 |
Forum: Support Topic: [SOLVED] Get hardware serial no of USB stick |
| art |
|
Posted: May 21st, 2012, 3:40 am
|
|
Replies: 14 Views: 210
|
@rbrtryn
Your solution works perfectly - thanks! Can you also provide a way o get the hardware serial of all connected media in a system (HD, CD, USB) in a list?
Thanks |
|
 |
Forum: Scripts Topic: FTP Class + Library [FTP as easy as 1-2-3] |
| art |
|
Posted: April 3rd, 2012, 5:52 am
|
|
Replies: 19 Views: 3650
|
hi shajul,
can you please add an option for AutoProxy like VxE did for his function HTTPRequest ?
Quote: AutoProxy - This option tells HTTPRequest to use Internet Exlporer's proxy configuration. If your Internet Explorer is not configured to use a proxy, this option has no effect.
Thanks |
|
 |
Forum: Scripts Topic: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
| art |
|
Posted: March 28th, 2012, 7:41 am
|
|
Replies: 227 Views: 19494
|
As i promise:
CloudStorage-SugarSync - A function to communicate with SugarSync.com Cloud Storage.
It is based on "HTTPRequest". Special Thanks! to [VxE]
Regards |
|
 |
Forum: Scripts Topic: [Func] CloudStorage-SugarSync |
| art |
|
Posted: March 28th, 2012, 6:20 am
|
|
Replies: 1 Views: 320
|
| CloudStorage_SugarSync - A function to communicate with SugarSync.com Cloud Storage. Version: 3.0 Tested compatible with AHK v1.0.48.05 and AHK_L v1.1.03.00-v1.1.07.03 (x86 Unicode). Download CloudStorage_SugarSync.ahk Overview: Using this function you can easily upload and download files to SugarS... |
|
 |
Forum: Scripts Topic: F_ARRAY |
| art |
|
Posted: March 24th, 2012, 1:04 am
|
|
Replies: 0 Views: 459
|
| This is another simple array function for anyone who need one: MsgBox, % "k2=-:`t[" F_ARRAY("k2","-") "]`tErrorLevel=" ErrorLevel MsgBox, % "k2=?:`t[" F_ARRAY("k2") "]`tErrorLevel=" ErrorLevel MsgBox, % "k1=10... |
|
 |
Forum: Scripts Topic: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
| art |
|
Posted: March 22nd, 2012, 2:34 am
|
|
Replies: 227 Views: 19494
|
Anonymous wrote: art wrote: But i'm still receiving the same 204 error response as i described 4 posts above.
Regards Is not an error: Wikipedia I was expecting a 200, 201 or 202 responce  Quote: 204 No Content The server successfully processed the request, but is not returning any content. Thank you! |
|
 |
Forum: Scripts Topic: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
| art |
|
Posted: March 21st, 2012, 3:09 pm
|
|
Replies: 227 Views: 19494
|
[VxE] wrote: ... Try v2.47 ...
Version 2.47 solve the problem with a file bigger than 4096 bytes. Now files are uploaded correctly (i test it uploading several files up to 3,1MB) - TKS.
But i'm still receiving the same 204 error response as i described 4 posts above.
Regards |
|
 |
Forum: Scripts Topic: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
| art |
|
Posted: March 21st, 2012, 8:48 am
|
|
Replies: 227 Views: 19494
|
sumon wrote: Oooh! Art, make sure to share once it's finished. SugarSync is awesome. 
I will when i solve the upload problem. Authentication and download testing scripts are working well but i have no function yet.
Regards! |
|
 |
Forum: Scripts Topic: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
| art |
|
Posted: March 21st, 2012, 6:52 am
|
|
Replies: 227 Views: 19494
|
| Hi all, I'm trying to make a function to communicate with "api.sugarsync.com" in order to Upload and Download with ahk. Currently i'm doing some tests (i have no complete function yet) and i'm getting errors trying to upload using method PUT . The code looks like: url = https://api.sugarsy... |
|
 |
Forum: Scripts Topic: Add ToolTips to controls. |
| art |
|
Posted: September 4th, 2011, 8:01 am
|
|
Replies: 36 Views: 8680
|
|
 |
Forum: Custom Topic: [AHK_L] Crypt - ahk cryptography class (Encryption, Hashing) |
| art |
|
Posted: June 24th, 2011, 5:04 am
|
|
Replies: 48 Views: 5991
|
| thank you Deo for the two new functions, i'll check them on this weekend. |
|
 |
Forum: Custom Topic: [AHK_L] Crypt - ahk cryptography class (Encryption, Hashing) |
| art |
|
Posted: June 19th, 2011, 7:17 am
|
|
Replies: 48 Views: 5991
|
| Hi Deo and thanks for this Cryptography API. Can you please provide two more functions like: * EncryptedHash := Crypt.Encrypt.FileEncryptToStr(pFileIn,password,CryptAlg = 1, HashAlg = 1) * Crypt.Encrypt.StrDecryptToFile(EncryptedHash,pFileOut,password,CryptAlg = 1, HashAlg = 1) I'm trying to write a... |
|
 |
Forum: Scripts Topic: Add ToolTips to controls. |
| art |
|
Posted: June 17th, 2011, 11:28 am
|
|
Replies: 36 Views: 8680
|
| @fragman The function i post at http://www.autohotkey.com/forum/viewtopic.php?t=30300&p=452514#452514 is working for all controls created using - jballi's example posted at http://www.autohotkey.com/forum/viewtopic.php?t=30300&p=267487#267487 and - uni guest's example posted at http://www.au... |
|
 |
Forum: Scripts Topic: Add ToolTips to controls. |
| art |
|
Posted: June 17th, 2011, 9:39 am
|
|
Replies: 36 Views: 8680
|
| [ AHK, AHK_L compatible ] ;================================================================================ AddToolTip(CtrlHwnd,text,Modify=0) { ; ***** Add Multiline ToolTips to any Gui Control ***** [ AHK, AHK_L compatible ] Static TThwnd, GuiHwnd, Ptr ; - 'Text' and 'Picture' Control... |
|
 |
| Sort by: |