Search found 17 matches

by aeiklmr
22 Oct 2023, 07:21
Forum: Scripts and Functions (v2)
Topic: Taskbar Color Shifter
Replies: 0
Views: 578

Taskbar Color Shifter

Hey everyone, Taskbar Color Shifter is a simple script to enable smooth and dynamic color shifting for the Windows taskbar. ( only tested Win10 so far ) The script gradually transitions the color of the taskbar from one hue to another, creating a visually appealing effect. Github: https://github.com...
by aeiklmr
29 Mar 2023, 15:11
Forum: Scripts and Functions (v2)
Topic: SendText - hotstring, text snippet manager
Replies: 7
Views: 2187

SendText - hotstring, text snippet manager

Hi everyone, SendText simplifies the management of your hotstrings and text snippets. The script includes 155 built-in symbols and special characters and allows for the quick and easy addition of new texts and hotstrings. https://user-images.githubusercontent.com/105103590/213881464-54c186b6-986d-4b...
by aeiklmr
29 Mar 2023, 14:51
Forum: Scripts and Functions (v2)
Topic: HideMyIcon - auto hide icons with fading effect
Replies: 0
Views: 373

HideMyIcon - auto hide icons with fading effect

Hi everyone, I wanted to share this simple function, I use it on daily basis for months now. HideMyIcon now is a standalone function to auto-hide the desktop icons in Windows 10+. It also offers a customizable fading effect. When I use multi-monitor setups, I get annoyed by the icons by just seeing ...
by aeiklmr
01 Nov 2022, 12:03
Forum: Gaming Scripts (v1)
Topic: D2 Reconsidered (Run counter) AHK script for Diablo 2 Resurrected v0.1.2
Replies: 0
Views: 1833

D2 Reconsidered (Run counter) AHK script for Diablo 2 Resurrected v0.1.2

https://user-images.githubusercontent.com/105103590/198849918-91a6d0a3-5b1b-41f7-aee6-fa9a69e90aa9.png "Ah, welcome back, my friend." - I am Bence and I love Diablo II. D2 Reconsidered is an AutoHotkey script to reduce unnecessary mouse clicks and other repetitive actions in Diablo 2. The script is...
by aeiklmr
22 Oct 2022, 08:54
Forum: Scripts and Functions (v1)
Topic: HideMyIcon
Replies: 1
Views: 921

Re: HideMyIcon

Updated to v.0.0.2. - updated first post Welcome, I started to work on a desktop customization project, therefore I wanted to include HideMyIcon. Since the code was terrible I rethought my approach. -- Bugfixes: ▪ Possibly fixed ShowDesktop button issue: › Now in both modes, the effect is triggered ...
by aeiklmr
29 May 2022, 14:49
Forum: Scripts and Functions (v1)
Topic: HideMyIcon
Replies: 1
Views: 921

HideMyIcon

HideMyIcon https://www.youtube.com/watch?v=uZNI1G8OB9M HideMyIcon is an Autohotkey script to auto-hide the desktop icons in Windows 10. ( maybe it will work on other versions ) Sometimes when I am tired I get annoyed by the icons that appear on my second monitor. A clean desktop helps a little bit....
by aeiklmr
07 Jan 2020, 10:13
Forum: Scripts and Functions (v1)
Topic: MS Outlook COM : Find and Extract attachments from Outlook folder
Replies: 5
Views: 2502

Re: MS Outlook COM : Find and Extract attachments from Outlook folder

I wrote a very similar script for myself in December. I sent out thousands of e-mails and I had to collect the bounced e-mails from them (old customers from our ERP system). Usually, most of the bounced e-mails contained an attachment so I had to check them. This way I could clean the e-mail list I ...
by aeiklmr
21 May 2019, 17:20
Forum: Gaming Scripts (v1)
Topic: Heroes3 and AutoHotkey
Replies: 0
Views: 2175

Heroes3 and AutoHotkey

Hello everyone, I love Heroes3 and I play since the release date. I also love the well-known Empire of the World II map. But I hate you need to make trillions of clicks on Mondays. I automated a few repetitive tasks with my favorite tool, AutoHotkey. Video on youtube youtu.be/xCZbMJgxp2k Features: -...
by aeiklmr
06 May 2019, 10:35
Forum: General Discussion
Topic: your personal AutoHotkey style guide
Replies: 104
Views: 51258

Re: your personal AutoHotkey style guide

- Great feedback so far, especially re. Hungarian notation, thanks. - I don't think that noting the exact type is that important, but distinguishing between variables/objects is useful. [/code] This is strange. I am Hungarian and did a very similar thing, but I've never heard about this thing befor...
by aeiklmr
26 Apr 2019, 10:26
Forum: Ask for Help (v1)
Topic: How to copy the FULL file to clipboard from specific path?
Replies: 8
Views: 4089

Re: How to copy the FULL file to clipboard from specific path?

Lexikos has written some wonderful posts related to your issue.

https://autohotkey.com/board/topic/23162-how-to-copy-a-file-to-the-clipboard/page-1

I think this is what you're looking for sir.
by aeiklmr
06 Jan 2019, 10:36
Forum: Off-topic Discussion
Topic: How do I learn to speak German?
Replies: 41
Views: 13549

Re: How do I learn to speak German?

You will get by quite well with english in Germany, at least if you avoid the elderly :wink:. Cheers :xmas:. I work for a German company, I kinda like them. Besides that, I have colleagues from more than 20 countries I like diversity. I usually visit the HQ in Stuttgart, I am always amazed how brig...
by aeiklmr
06 Jan 2019, 06:55
Forum: Editors
Topic: Visual studio Vs Sublime Vs Scite. Fight!
Replies: 23
Views: 16858

Re: Visual studio Vs Sublime Vs Scite. Fight!

I used scite for years. I read the hype about other editors on the forum. I've decided to try all of them. I almost gave up, then AHK Studio caught me instantly. So much customization options... :s
by aeiklmr
06 Jan 2019, 06:45
Forum: Scripts and Functions (v1)
Topic: [Function][v1/v2] getColorName() - Best matching name from hex RGB color values
Replies: 7
Views: 2244

Re: [Function][v1/v2] getColorName() - Best matching name from hex RGB color values

Absolutely stunning! Hat's off my friend. I've recently played with photoshop. Your tool and the fact I've just recently found Ps is controllable via Controls...

I am an online marketer I will definitely use this thanks! :) +1 kudo point

by aeiklmr
04 Jan 2019, 10:55
Forum: Scripts and Functions (v1)
Topic: Script detection of the open window
Replies: 5
Views: 1552

Re: Script detection of the open window

Hi, Use 'Window Spy' to detect windows. You'll need to use the If WinActive("ahk_class Chrome_WidgetWin_1") command (I don't have Mozilla on my desk). And also the If WinExist command. If WinActive("ahk_class Chrome_WidgetWin_1")=https://autohotkey.com/docs/commands/WinActive.htm winactive.PNG #Pers...
by aeiklmr
13 Dec 2018, 14:42
Forum: Scripts and Functions (v1)
Topic: OpenTwebst & AHK
Replies: 7
Views: 2588

Re: OpenTwebst & AHK

Thank you sinkfaze ! I couldn't give up, here it is: core := ComObjCreate("OpenTwebst.Core") browser := core.StartBrowser("http://www.codecentrix.com/") anchors := browser.FindAllElements("a", "") text := "" MsgBox % anchors.length MsgBox % anchors.item(2).uiName After this It will be easy to loop t...
by aeiklmr
13 Dec 2018, 10:33
Forum: Scripts and Functions (v1)
Topic: OpenTwebst & AHK
Replies: 7
Views: 2588

Re: OpenTwebst & AHK

Yeah it's awesome. Could anyone help me how to get the elements from a list? I couldn't figure it out yet, I am struggling to solve this one: // Display all the links in a web page. var coreObj = new ActiveXObject("OpenTwebst.Core"); var browser = coreObj.StartBrowser("http://www.codecentrix.com/");...
by aeiklmr
09 Dec 2018, 22:40
Forum: Scripts and Functions (v1)
Topic: OpenTwebst & AHK
Replies: 7
Views: 2588

Re: OpenTwebst & AHK

My friend, I appreciate the link and the example of yours. This will allow me to finish more than 5 projects. I didn't had enough time to finish them, now I am trying with com and it's freaking useful. Recommended. The fun fact I didn't go to bet today. I will go to the office in 2 hours without any...

Go to advanced search