AutoHotkey Community

It is currently May 23rd, 2012, 5:21 pm

All times are UTC [ DST ]


Search found 43 matches
Search these results:

Author Message

 Forum: Scripts   Topic: createKeyboardHook [Function + DLL]

Posted: October 13th, 2010, 12:04 am 

Replies: 7
Views: 2063


Any progress? Image
I'm waiting for your fixes.

/edit: How about different keyboard layouts? How are you going to handle them?

 Forum: Scripts   Topic: createKeyboardHook [Function + DLL]

Posted: September 21st, 2010, 11:24 pm 

Replies: 7
Views: 2063


Hey, Nice job! Even it seems to be little tricky to get characters like: !"#¤%..., I really like it - even I dont have real use for this in my own scripts (Actually I maybe should do something overlaying ingame-thing too..). I hope you make the support for lowercase, uppercase and special chara...

 Forum: Scripts   Topic: GDI+ standard library 1.45 by tic

Posted: September 8th, 2010, 8:16 pm 

Replies: 995
Views: 156614


Good day, ladies and gentlemen. I'll try to spell this out as clear as possible. I am here to ask about GDIplus's so called "GUI from image"-technique used in tutorial #3 . How can I add buttons, edits, images and other GUI related stuff to GUI made from image (obviously with GDI+). That's...

 Forum: Support   Topic: [GDI+] Help for beginner on GUI creation from image

Posted: September 8th, 2010, 8:06 pm 

Replies: 8
Views: 477


Well, because if the gui is made with gdi+, then I guess I can add custom things to it with gdi+, but I may be wrong.. Finally the answer. For modifications like that post a question to this thread. http://www.autohotkey.com/forum/viewtopic.php?t=32238 btw, Don't post a full script listing of GDI+ ...

 Forum: Support   Topic: [GDI+] Help for beginner on GUI creation from image

Posted: September 8th, 2010, 5:42 pm 

Replies: 8
Views: 477


You pretty-much restated your original post. :roll: Perhaps I can ask the question in a different way. Why do you think that GDI is the method to use to accomplish your goal? Did you know that you can place an image in a GUI that does not use GDI and still have other controls? Btw, for the example ...

 Forum: Support   Topic: [GDI+] Help for beginner on GUI creation from image

Posted: September 7th, 2010, 10:52 pm 

Replies: 8
Views: 477


Ehh.. I meant I have GDI+ GUI made from a picture, like in this tutorial: http://www.autohotkey.net/~tic/Gdip.Tutorial.3-Create.Gui.From.Image.ahk and I want to add stuff to it. :shock:

 Forum: Support   Topic: [GDI+] Help for beginner on GUI creation from image

Posted: September 7th, 2010, 7:19 pm 

Replies: 8
Views: 477


Hi,

I've been browsing this tutorial for few days, but it doesn't open out for me. My problem is that I dont get how I can add other stuff on the gui like: (Image)buttons, text .. Also, how about making the GUI movable?

Thanks.

 Forum: Scripts   Topic: Machine code functions: Bit Wizardry

Posted: September 1st, 2010, 8:15 pm 

Replies: 355
Views: 71387


What the heck really? After reinstall of windows none of the machine code functions hasn't worked. I've fresh install of AHK + AHK_L and none of Bin2Hex / Hex2Bin functions presented on this topic haven't worked at all. It always returns empty. At the moment I have ANSI build of AHK_L (version 1.0.4...

 Forum: Scripts   Topic: Machine code functions: Bit Wizardry

Posted: August 21st, 2010, 3:39 pm 

Replies: 355
Views: 71387


Here is a version of Bin2Hex which works on AHK_L x86/x64 ANSI/Unicode and vanilla AHK: ;By Laszlo ;http://www.autohotkey.com/forum/viewtopic.php?p=135522#135522 Bin2Hex(addr,len) { Static fun, ptr If (fun = "") { If A_IsUnicode If (A_PtrSize = 8) h=4533c...

 Forum: Scripts   Topic: Machine code functions: Bit Wizardry

Posted: August 12th, 2010, 6:49 pm 

Replies: 355
Views: 71387


Hi again, I tired to make a function of HotKeyIt's example, but Im getting random letters after decoding. My fucntion: Bin2HexUni(hexa="") { len := StrLen(hexa) MCode(Bin2Hex,"8B44240C568B742408578B7C24108D14073BFA7332538A07478AC8C0E904B3093AD91ADB80E30780C3&q...

 Forum: Scripts   Topic: [AHK.dll+AHK_H+v2] GlobalVarsScript - Thread Global Variable

Posted: August 4th, 2010, 11:37 pm 

Replies: 19
Views: 2567


... But I couldn't execute in form: dll.ahkt[color=red]e[/color]xtdll(script) After a little struggling I found addscript from the documentation and so on.. Well yea, that's actually just a typo I guess :wink: I expressed my problem in a little hurry, I'll try to make a real example.

 Forum: Scripts   Topic: [AHK.dll+AHK_H+v2] GlobalVarsScript - Thread Global Variable

Posted: August 1st, 2010, 9:09 pm 

Replies: 19
Views: 2567


This is object syntax for DynaCall , a feature I invented, AHK_L does not have that one yet. AhkDllThread() creates DynaTokens and allows to use dynamic DllCall using object syntax. So DllCall("LoadLibrary","Str","AutoHotkey.dll") DllCall("AutoHotkey.d...

 Forum: Scripts   Topic: Machine code functions: Bit Wizardry

Posted: July 31st, 2010, 12:30 am 

Replies: 355
Views: 71387


HotKeyIt wrote:
Try above again, we need to use StrPut("123",...).

Works, thanks again HotkeyIt, you are my savior :wink:

 Forum: Scripts   Topic: Machine code functions: Bit Wizardry

Posted: July 30th, 2010, 11:14 pm 

Replies: 355
Views: 71387


@ddk It is due to Unicode. You will need to use StrGet() MCode(Bin2Hex,"8B44240C568B742408578B7C24108D14073BFA7332538A07478AC8C0E904B3093AD91ADB80E30780C3" . "3002D9240F881E46B1093AC81AC980E10780C13002C8880E463BFA72D05B5FC606005EC3") bin := "123", VarSetCapacit...

 Forum: Scripts   Topic: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ...

Posted: July 30th, 2010, 11:11 pm 

Replies: 1035
Views: 183462


Oh, hello. I have problems with machine code functions with AHK_L, I asked my question there but Lazslo turned me here. Here is the question: I changed my OS to my nlited XP and since then I've had problems with bin2hex function: MCode(Bin2Hex,"8B4C2404578B7C241085FF7E2F568B7424108A06C0E804...
Sort by:  
Page 1 of 3 [ Search found 43 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group