AutoHotkey Community

It is currently May 23rd, 2012, 11:30 pm

All times are UTC [ DST ]


Search found 47 matches
Search these results:

Author Message

 Forum: Support   Topic: how to copy a file to the clipboard

Posted: October 30th, 2011, 12:51 pm 

Replies: 58
Views: 7572


the script does not work any more in Win 7? That script was from before unicode and x64 support was added to Autohotkey, and depending on which version of Autohotkey and Windows 7 you're using, might not work anymore. fragman posted a version that should support those features just before your post...

 Forum: Scripts   Topic: Function: Retrieve BusType of a Volume (USB, Ata, etc)

Posted: August 12th, 2011, 10:02 am 

Replies: 0
Views: 479


Here's a function to retrieve the bus type of the volume a specified filepath is on. It's based on an old sample by Sean of how to retrieve a drive's serial. The purpose of it was to identify usb drives - checking for type "removable" via DriveGet only helps with usb sticks but no usb hard...

 Forum: Scripts   Topic: [FUNC] API_GetWindowInfo() - AHK_L

Posted: July 21st, 2011, 2:56 pm 

Replies: 1
Views: 413


Thank you! :D
Also, maybe I'll finally get the hang of object syntax through this example. ^^;

 Forum: Scripts   Topic: Retrieve AddressBar of Firefox through DDE Message

Posted: July 1st, 2011, 9:43 pm 

Replies: 55
Views: 18584


This Code works with AHK_L. Be aware though, that the returned clipboard format is CF_TEXT, not CF_UNICODETEXT, since I couldn't get that to work. FF_RetrievePageName() { DllCall("DdeInitializeW","UPtrP",idInst,"Uint",0,"Uint",0,"Uint&quo...

 Forum: Support   Topic: AHK don´t work !

Posted: June 22nd, 2011, 10:01 am 

Replies: 3
Views: 332


There is no solution from the AHK end, no. You'd actually have to hack the hack protection, but it protects itself pretty well against that.

 Forum: Utilities   Topic: Zip Thumbnails (Updated:version 4.6.2, 18.4.2011)

Posted: May 30th, 2011, 10:01 am 

Replies: 93
Views: 24768


Oh! Thanks for the update on CBXstub! ^_^

 Forum: Scripts   Topic: ImageList :: Save/Load/LoadRes/SaveAsBMP + Viewer

Posted: May 25th, 2011, 10:47 am 

Replies: 48
Views: 5690


Code updated / Bug fixed OpenFile() was crashing the script.. Resorted to CreateFile() now. I just spend 2 hours fixing the same thing. :( I also used ReadFile and WriteFile and replaced UInt with UPtr in the places I thought it might be neccessary, so it should work with AHK_L x64 as well... IML_S...

 Forum: Support   Topic: 64-bit Unicode (Foreign characters) Wonkiness?

Posted: May 24th, 2011, 6:56 pm 

Replies: 17
Views: 592


uh, in textpad you can set an option to always safe unicode files with bom. in notepad++ you can set the encoding of the file in the menu, and it also distinguishes between with and without BOM. I don't know about other editors...

 Forum: Support   Topic: 64-bit Unicode (Foreign characters) Wonkiness?

Posted: May 24th, 2011, 5:53 pm 

Replies: 17
Views: 592


Umlauts work as umlauts in ANSI builds only if your system codepage is set to one where umlauts exist. Try looking at umlaut-containing files with the OS set to different codepage, and umlauts will start to be shown as something different... Did you safe your file with or without BOM?

 Forum: Support   Topic: Import/Export AHK ImageList Content possible?

Posted: May 24th, 2011, 5:38 pm 

Replies: 10
Views: 476


Great! Thank you, SKAN! :D

 Forum: Support   Topic: 64-bit Unicode (Foreign characters) Wonkiness?

Posted: May 24th, 2011, 5:33 pm 

Replies: 17
Views: 592


Yes, I'm sure. ^^ Since there is only a unicode version of AHK_L x64, no ANSI...
If it's an issue related to unicode versions and umlauts, the only thing i can think of is the script not being saved in utf-8 - but you checked that already.

 Forum: Support   Topic: Import/Export AHK ImageList Content possible?

Posted: May 23rd, 2011, 9:05 pm 

Replies: 10
Views: 476


Sure I'm interested, just to see how it can be done. Maybe it can even be used for anything useful or fun. :)

 Forum: Support   Topic: 64-bit Unicode (Foreign characters) Wonkiness?

Posted: May 20th, 2011, 5:02 pm 

Replies: 17
Views: 592


I'm using the unicode version, on a 64-bit XP with 64-bit AHK

 Forum: Support   Topic: 64-bit Unicode (Foreign characters) Wonkiness?

Posted: May 20th, 2011, 3:52 pm 

Replies: 17
Views: 592


AutoHotKey 1.1.00.00 is the present version of AHK_L :)
Are you using the unicode or ansi version?

Code:
!a::
SendInput {ä}
return

is working with me, btw.

 Forum: Support   Topic: New windows (64bit) install e weird problem

Posted: May 11th, 2011, 6:24 pm 

Replies: 14
Views: 580


So you copied it to \Windows\SysWOW64 and tried to register it with the 32 bit version of regsvr32.exe (also found in SysWOW64), right? Well, maybe it's enough to place it in the same directory as ahk, maybe worth a try.
Sort by:  
Page 1 of 4 [ Search found 47 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group