AutoHotkey Community

It is currently May 23rd, 2012, 3:43 am

All times are UTC [ DST ]


Search found 537 matches
Search these results:

Author Message

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

Posted: August 21st, 2011, 7:32 pm 

Replies: 452
Views: 102089


Do you plan to build WinCE version for x86? I think it would be very useful. Hi, at the moment I haven't planned to support more types of devices. I cannot test it, because I do not own other devices. Have you tried to download a very very old version of autohotkey? Perhaps it runs on CEx86 ??? htt...

 Forum: Scripts   Topic: DLLCall: Support for Human Interface devices

 Post subject: 64 bit version
Posted: August 7th, 2011, 10:04 am 

Replies: 151
Views: 100262


Hi, I haven't tested the dll. I've just compiled it with vs 2010 64bit
Download at: http://autohotkey.net/~Micha/HIDsupport ... ontrol.dll
Ciao Micha

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

 Post subject: Re: Opening a file
Posted: February 21st, 2011, 8:26 pm 

Replies: 452
Views: 102089


Hi A_H_K, I just have a pocket PC emulator and my PNA (pocket navigation device). I've used the script ... _run() return _run() { IfExist, \windows\pword.exe { run, pword.exe %A_ScriptFullPath% sleep, 1000 MsgBox, pword started } } ... The script start's PWord wit...

 Forum: Scripts   Topic: DllCall-Support for X10 remote controls (i.e.Notebooks)

Posted: December 13th, 2010, 6:26 pm 

Replies: 21
Views: 5515


It's easier for me to write a c++ dll with the support of api calls, structs, exception handling and more than writing a script with the original ahk parser without i.e. struct support.

 Forum: Scripts   Topic: DllCall-Support for X10 remote controls (i.e.Notebooks)

Posted: December 13th, 2010, 4:31 pm 

Replies: 21
Views: 5515


Hi Barney9,
you just need DLLCALL and structs.
You can achieve the same thing without my dll, just with a script.
Ciao
Micha

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

Posted: November 16th, 2010, 6:56 pm 

Replies: 452
Views: 102089


using information from Create shortcuts to settings I made the following snipet to open the Running Programs menu, works great in the non unicode and does not work at all in the unicode build (I would love it if you can show me a better way to access these menus) Hi None, please use FileCreateShort...

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

Posted: October 21st, 2010, 3:08 pm 

Replies: 452
Views: 102089


Uploaded (V1.0.48.873) (21/10/10) Tried to improve performance for iniread/iniwrite. If using the simpleini-routines 200 entries lasts one minute. If using TextFile which can read non-/ and unicode files it lasts 4 minutes. :-(
Fixed URLDownloadToFile.

Ciao
Micha

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

Posted: October 14th, 2010, 9:01 pm 

Replies: 452
Views: 102089


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

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

Posted: October 13th, 2010, 9:26 pm 

Replies: 452
Views: 102089


Uploaded Version 754. Fixed Send, but there's still work left. You can send unicode character which are sent without modifiers (shift, ctrl, alt). If you are sending characters between 0 and 254 the keys are converted to virtual keys with modifiers. I just haven't found a solution to support differe...

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

Posted: October 13th, 2010, 9:22 pm 

Replies: 452
Views: 102089


Gast (w/ nick) wrote:
for the list of working commands:
URLDownloadToFile doesn't work for me.

Hi,
the command is still black which means: untested
Ciao
Micha

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

Posted: September 9th, 2010, 8:57 pm 

Replies: 452
Views: 102089


Hi I've uploaded a new version 645. Now you can send unicode characters. http://www.autohotkey.net/~Micha/AutohotkeyCE/images/SendUnicode.jpg Gui, font,, Batang Gui, add, text,, Arial Text gui, add, Edit gui, add, Edit gui, Show, , unique sleep, 5000 ControlFocus, edit1, unique ControlSend , Edit1, ...

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

 Post subject: Re: WinWaitActive()
Posted: September 5th, 2010, 3:27 pm 

Replies: 452
Views: 102089


I created a WinWaitActive() function, as WinWaitActive command doesn't handle class WinWaitActive, Title ahk_class Class WinWaitActive, %Title% ahk_class %Class% WinWaitActive, %Title_Class% ...all failed Hi, I've created a script to get the classname of the Message/inbox: Sleep, 5000 WinGetClass, ...

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

Posted: September 5th, 2010, 1:39 pm 

Replies: 452
Views: 102089


deleted

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

Posted: September 5th, 2010, 1:39 pm 

Replies: 452
Views: 102089


Hi,
I've uploaded new changes
(1.0.48.616) (05/09/10) Fixes ControlSend
Ciao
Micha

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

Posted: September 4th, 2010, 11:30 am 

Replies: 452
Views: 102089


Hi, I've uploaded version 1.0.48.598 with a few fixes and a new command: # (1.0.48.598) (03/09/10) Added new command "RunAt" (specific time or event) # (1.0.48.583) (03/09/10) Fixed #include. A_OSType & A_OSversion = WIN_CE With the new command RunAt you can run an application at a spe...
Sort by:  
Page 1 of 36 [ Search found 537 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group