AutoHotkey Community

It is currently May 24th, 2012, 9:32 am

All times are UTC [ DST ]


Search found 14 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Autohotkey for Pocket PCs / WinCE / Smartphones

Posted: June 17th, 2011, 10:50 am 

Replies: 452
Views: 102177


^^
great!! thanks to your share!i have used cke for a long time,bug only for mortsript.sometimes i found it's mort comfortable to edit scripts on my phone than on my laptop ^_^

 Forum: Scripts   Topic: Autohotkey for Pocket PCs / WinCE / Smartphones

Posted: October 27th, 2010, 2:36 am 

Replies: 452
Views: 102177


Fixed URLDownloadToFile. Thanks. For me URLDownloadToFile doesn't work here, yet. The AHK script now runs to the end, but no url content is actually written to a file. In the example below the script can create a local file, read it and display it. Trying the same with URLDownloadToFile fails: No f...

 Forum: Scripts   Topic: Autohotkey for Pocket PCs / WinCE / Smartphones

Posted: October 16th, 2010, 8:17 am 

Replies: 452
Views: 102177


Micha wrote:
Uploaded a new Version
(1.0.48.760) (14/10/10) Fixed endless loop for command INIREAD if the file to read does not exist
Ciao
Micha

thanks for your efforts,but when we could be able to acess the web via ahk?we need functions like cURL,fsockopen(php),and proxy support.thanks!!

 Forum: Support   Topic: dllcall puzzled me,plz help

Posted: September 17th, 2010, 4:11 pm 

Replies: 7
Views: 748


What do the DllCalls return, HTCHANDLE, HTCRESULT? What should lpOutBuffer contain? BTW it should be HTCRESULT := DllCall("htcsensorsdk\HTCSensorGetDataOutput", "UInt", HTCHANDLE , "UIntP" , lpOutBuffer) i have tried it ,but nothing returned.the lpOutBuffer was...

 Forum: Support   Topic: dllcall puzzled me,plz help

Posted: August 30th, 2010, 3:39 pm 

Replies: 7
Views: 748


What do the DllCalls return, HTCHANDLE, HTCRESULT? What should lpOutBuffer contain? BTW it should be HTCRESULT := DllCall("htcsensorsdk\HTCSensorGetDataOutput", "UInt", HTCHANDLE , "UIntP" , lpOutBuffer) i have tried it ,but nothing returned.the lpOutBuffer was...

 Forum: Support   Topic: dllcall puzzled me,plz help

Posted: August 28th, 2010, 8:19 am 

Replies: 7
Views: 748


anybody?

 Forum: Support   Topic: dllcall puzzled me,plz help

 Post subject: dllcall puzzled me,plz help
Posted: August 25th, 2010, 7:38 pm 

Replies: 7
Views: 748


call to htcsensnrsdk.dll,only 3 functions,open ,close,getdata,but i don't know what exactly the struct is,,and how to get TiltX,y my code hModule := DllCall("LoadLibrary", "str", "htcsensorsdk.dll") ; ;msgbox %hModule% HTCHANDLE := DllCall&#...

 Forum: Scripts   Topic: Autohotkey for Pocket PCs / WinCE / Smartphones

Posted: August 18th, 2010, 9:37 am 

Replies: 452
Views: 102177


is there a function class like cURL in php?i know nothing about dllcall(wininet.dll),i test the "urldownloadtoVar",but failed.i want to create a net app that use functions like httpget httppost setheader.anybody kind enough to help me?
ps:additional request: md5(),sh1().
orz..orz..orz..

 Forum: Scripts   Topic: Autohotkey for Pocket PCs / WinCE / Smartphones

Posted: August 18th, 2010, 9:27 am 

Replies: 452
Views: 102177


Figures functions and other items start popping up after I get my android device. lol. Well I'll most likely be finishing my porting of a few different items from Mortscript, then I'll open source them on my website (will post a link in this thread when done). I'll still be continuing my campaign t...

 Forum: Scripts   Topic: Autohotkey for Pocket PCs / WinCE / Smartphones

Posted: August 17th, 2010, 8:21 am 

Replies: 452
Views: 102177


Hallo How i can hidde the SIP (Soft Input Panel) I have try with: DllCall( "coredll\SIPShowIM", "int", 0 ) but i get an ErrorLevel -4 hoho,take the sip as a window,try this WinHide, ahk_class SipWndClass just workaround , as i dont know things like "api ,dll call&qu...

 Forum: Scripts   Topic: Autohotkey for Pocket PCs / WinCE / Smartphones

Posted: July 10th, 2010, 10:24 am 

Replies: 452
Views: 102177


test again...THE compiled script can not run correctly, for exmp: a script WhichButton := DllCall("MessageBox", "int", "0", "str", "Press Yes or No", "str", "Title of box", "int", 4) MsgBox You pressed button #%W...

 Forum: Scripts   Topic: Autohotkey for Pocket PCs / WinCE / Smartphones

Posted: July 10th, 2010, 8:00 am 

Replies: 452
Views: 102177


Okay, so Run in AutohotkeyCE accepts parameters. Can Autohotkey (non-compiled/ahk) scripts receive parameters? \My Documents > Test.ahk \My Documents\This Folder > PassParam.ahk <--- run this PassParam.ahk... ScriptDir = "%A_Script_Dir%" MsgBox Run "\My Documents\Test.ahk" %Scri...

 Forum: Scripts   Topic: Autohotkey for Pocket PCs / WinCE / Smartphones

Posted: June 28th, 2010, 7:26 am 

Replies: 452
Views: 102177


the ahk2exe doesn't work at all,v372 uni .click at a compiled script = nothing..

 Forum: Scripts   Topic: Autohotkey for Pocket PCs / WinCE / Smartphones

Posted: April 25th, 2010, 10:52 am 

Replies: 452
Views: 102177


I've uploaded a new version. The compiler and the autohotkey.exe are both unicode now. @codybear You can change the icon of the compiled exe with the new compiler now Autohotkey.exe and autohotkeysc.bin are in sync now. Everything that is working as script should work as exe, too Ciao Micha great w...
Sort by:  
Page 1 of 1 [ Search found 14 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group