Search found 174 matches

by Soft
17 Jan 2015, 06:11
Forum: Ask for Help (v1)
Topic: Gui multi tab browser help!
Replies: 9
Views: 2641

Re: Gui multi tab browser help!

enthused wrote:
Soft wrote: problem is
If I press {backspace} key on Tab1 (ImDB)
it performs Browser_Back for Tab2 (Rotten Tomatoes) and vice versa
Actually, for me:

{backspace} key on Tab1 or Tab2 always work on Tab2.
It's like Tab1 doesn't get updated but Tab2 always does.
oh same for me.. did not noticed that
by Soft
16 Jan 2015, 23:57
Forum: Off-topic Discussion
Topic: bought an external HDD!
Replies: 5
Views: 3057

bought an external HDD!

My notebook has really small capacity since it uses SDD
so I decided to buy an 1TB external HDD!

Image
by Soft
16 Jan 2015, 23:47
Forum: Ask for Help (v1)
Topic: Gui multi tab browser help!
Replies: 9
Views: 2641

Gui multi tab browser help!

hello, Im currently working on this script, 'Film browser' problem is If I press {backspace} key on Tab1 (ImDB) it performs Browser_Back for Tab2 (Rotten Tomatoes) and vice versa same for 'Enter' .. it doesnt work those keys worked when I have only 1 tab Any solution? sorry for my bad English /* __ ...
by Soft
13 Jan 2015, 09:01
Forum: Scripts and Functions (v1)
Topic: [Program] AHK Learner (Alpha Release)
Replies: 28
Views: 18169

Re: [Program] AHK Learner (Alpha Release)

nice for AHK beginners^^
by Soft
11 Jan 2015, 01:15
Forum: Scripts and Functions (v1)
Topic: Script's Encode to Unicode(UTF-16) converter
Replies: 2
Views: 2478

Re: Script's Encode to Unicode(UTF-16) converter

as a result, .ahk script files have to saved in UTF-16 encode or else my script gonna show me a bunch of crack letters.. UTF-8 is the recommended encoding. It will work just as well as UTF-16, but the files will be smaller. Either way, each file must begin with a (UTF-8 or UTF-16) byte order mark. ...
by Soft
10 Jan 2015, 06:40
Forum: Tutorials (v1)
Topic: !42 - The Tutorial
Replies: 15
Views: 17366

Re: !42 - The Tutorial

this is cool
by Soft
09 Jan 2015, 23:04
Forum: Scripts and Functions (v1)
Topic: Script's Encode to Unicode(UTF-16) converter
Replies: 2
Views: 2478

Script's Encode to Unicode(UTF-16) converter

http://cfile26.uf.tistory.com/image/263BA03F54B0A49F14A0D9 I write korean in my script since I'm Korean (and sorry for my bad english) as a result, .ahk script files have to saved in UTF-16 encode or else my script gonna show me a bunch of crack letters.. I have to change script's encode manually w...
by Soft
09 Jan 2015, 22:31
Forum: Scripts and Functions (v1)
Topic: GUI Skinning Methods
Replies: 64
Views: 37459

Re: GUI skinning using USkin.dll and .msstyles

joedf wrote:USkin.dll Source code: http://www.codeproject.com/KB/library/USkin.aspx

Please add it to your post. ;)
thanks joedf!
by Soft
09 Jan 2015, 14:49
Forum: Scripts and Functions (v1)
Topic: GUI Skinning Methods
Replies: 64
Views: 37459

Re: GUI skinning using USkin.dll and .msstyles

Corrected SkinForm.ahk
DllCall(DLL . "\USkinInit", Int,0, Int,0, AStr, SkinName) ; For ANSI AHK
to
DllCall(DLL . "\USkinInit", Int,0, Int,0, Str, SkinName) ; For ANSI AHK
by Soft
09 Jan 2015, 09:12
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 617060

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

can you add a tab that show script's hotkeys, labels, function?
and when you click, it moves to the clicked function
its too hard to edit script if script file too long

except for that this is reallt cool!
by Soft
08 Jan 2015, 00:30
Forum: Scripts and Functions (v1)
Topic: GUI Skinning Methods
Replies: 64
Views: 37459

GUI Skinning Methods

2015/02/03 + Added SkinH.dll, modified the article Currently, There are 2 methods for GUI skinning #1 USkin based on SKAN's USkin article http://cfile9.uf.tistory.com/image/27162D3754CFA51A329237 Requirement : download via my blog (blog is written in Korean so I'll give u direct link below) USkin.dl...
by Soft
07 Jan 2015, 22:56
Forum: Scripts and Functions (v1)
Topic: Simple GDI Class
Replies: 17
Views: 19499

Re: Simple GDI Class

oh.. nice
by Soft
07 Jan 2015, 22:24
Forum: Scripts and Functions (v1)
Topic: jNizM's Encrypt & Decrypt Text tweaked
Replies: 3
Views: 6545

jNizM's Encrypt & Decrypt Text tweaked

tweaked a little bit + add drag&drop file function + En-/Decrypt result will be copied to clipborard automatically + "Password" only shows when the Edit : Password is empty ; =================================================================================== ; AHK Version ...: AHK_L 1.1.11.01 x64 Un...

Go to advanced search