Search found 24 matches

by robmar-zl
22 Mar 2022, 01:51
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 244345

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

I use paint.net. It's freeware.
In short: Download a picture you want to use. Resize it to 100x100 pixel. Draw a circle over the picture. Reverse the selection and delete everything outside the circle. Save it as png.
by robmar-zl
21 Mar 2022, 05:24
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 244345

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

So you got it all working now? What do you think about it after using it a bit?

I change the script a bit to make it work an all resolutions without hard coded width and heigt with using A_ScreenWidth and A_ScreenHeight.
by robmar-zl
16 Mar 2022, 01:33
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 244345

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

@robmar-zl That's neat! makes me think of when I used to use an iMac or RocketDock on windows. :+1: It's inspired by RocketDock and other launcher but much more flexible because of autohotkey Mind sharing the code? Sure, here ist the code: (a lot of copy and paste code - finished the first working ...
by robmar-zl
15 Mar 2022, 01:51
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 244345

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

My Desktop Launcher: https://abload.de/img/1111qjk9t.png In Action - https://abload.de/img/ezgif-2-69f4039fa8f7j6j.gif Right Click for Submenu above Icon Config File -> Launcher will be generated on Start link = link of the parent icon all others = link of the sub icon [reddit] link = https://www.re...
by robmar-zl
14 Apr 2021, 04:38
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 244345

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

Today something different: PREVIEW :mrgreen: WORK IN PROGRESS :monkeysay: New Desktop Launcher This is the Button-Bar on the bottom of the screen with hover animation (button gets bigger) On Right-Click a sub-menu opens. In this example 3 subreddits. 11.jpg ------------------------------------------...
by robmar-zl
11 Apr 2021, 10:52
Forum: Scripts and Functions (v1)
Topic: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids (now for v2!)
Replies: 140
Views: 59421

Re: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids

I want to use neutron to display some links with images on the desktop. It is wokring fine so far, but I can't set the background to transparent.
Adding WinSet, TransColor to neutron doesn't work or I am adding it at the wrong position.

Any help? :think:
by robmar-zl
02 Apr 2021, 13:40
Forum: Ask for Help (v1)
Topic: launch script on startup with highest priority
Replies: 1
Views: 390

Re: launch script on startup with highest priority

OK, i found a solution.
The trigger "on startup" was the error. Using "on logon" works fine.
by robmar-zl
02 Apr 2021, 13:20
Forum: Ask for Help (v1)
Topic: launch script on startup with highest priority
Replies: 1
Views: 390

launch script on startup with highest priority

Hi, i want to launch a gui (show icons and text on desktop) as fast as possible after startup. Other programs (e.g. wallpaper engine) have this option an are loaded immediatelly after launch. If I put a shortcut of the file in the autostart folder it loads but with a huge delay. If i try to use the ...
by robmar-zl
31 Oct 2018, 08:09
Forum: Ask for Help (v1)
Topic: Making this awesome Google Translate Script work for DeepL Topic is solved
Replies: 40
Views: 12397

Re: Making this awesome Google Translate Script work for DeepL Topic is solved

@swagfag: Great solution, and very very fast. I want to extend it a little bit but I doesn't work 100% like I want it to do. I want to make it work in both directions english-> german and german-> english depending on the input. The best solution would be an "auto" detection of the source language a...
by robmar-zl
06 Jun 2018, 00:04
Forum: Ask for Help (v1)
Topic: Drag&Drop Example with Tables
Replies: 2
Views: 730

Re: Drag&Drop Example with Tables

Yeah, I think that is the best solution. I found a KanBan-Board in html/jquery that works with Outlook-Tasks. Very nice setup and I can easily grab these tasks with autohotkey.
by robmar-zl
05 Jun 2018, 05:41
Forum: Ask for Help (v1)
Topic: Drag&Drop Example with Tables
Replies: 2
Views: 730

Drag&Drop Example with Tables

Hi,

is there any drag and drop example with tables?

I want to create a simple KanBan-Board with 3 tables and move entries from one table into another.

Thanks in advance
Robert
by robmar-zl
04 Jun 2018, 05:13
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 244345

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

Thanks, some more information for the ones interested in this solution: - The wood in the background is my wallpaper - the launcher appears with the hotkey CAPSLOCK - it's basically images (125x125) with a transparent window. - weather and images catched from google - Mails, next appointment catched...
by robmar-zl
04 Jun 2018, 02:19
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 244345

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

My newest project: Desktop Launcher in Windows 10 Style with tiles: !! Work in progress !! This Screenshots shows a lot of testing like Weather Information https://abload.de/img/launcherxdsjm.png On my List for new Tiles: - E-Mail Preview of the last unread mail (already working) - Some more tiles f...
by robmar-zl
03 Nov 2017, 01:18
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 244345

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

Please find attached the version of hot_strings I used. I hope this will help you. /* Function: HotStrings Dynamically adds regular expression hotstrings. Parameters: c - regular expression hotstring a - (optional) text to replace hotstring with or a label to goto, leave blank to remove hotstring de...
by robmar-zl
02 Nov 2017, 03:18
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 244345

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

Thanks to all of you and your nice feedback ad sorry for the delayed response ;) @ScottMeyer: Here are 2 scripts that will help you to read the AD: Get info from the Login-USer GetADSystemInfo() { ADInfo := {} try objSysInfo := ComObjCreate("ADSystemInfo") try objUser := ComObjGet("LDAP://" objSysIn...
by robmar-zl
27 Oct 2017, 00:30
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 244345

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

I love this thread and it inspired me to make my programs look different. The Guis are mainly based on the "Windows 8 Look a like gui's" posted by Ferry My Program Launcher (inspired by ENSO Launcher and other existing Launchers posted in this forum) https://abload.de/img/launcher3juq6.png Company P...
by robmar-zl
23 Jun 2017, 00:07
Forum: Ask for Help (v1)
Topic: Adding Options to the System tray icon Topic is solved
Replies: 5
Views: 4477

Re: Adding Options to the System tray icon Topic is solved

I'm using Windows 10 and without #Persistent the script keeps not running. You don't need it in Windows 7, XP or any other version.
by robmar-zl
22 Jun 2017, 01:39
Forum: Ask for Help (v1)
Topic: Adding Options to the System tray icon Topic is solved
Replies: 5
Views: 4477

Re: Adding Options to the System tray icon Topic is solved

Quick and dirty #NoEnv #Persistent ;------------------------------------------------------------------------------ ; SET TRAY-MENU ;------------------------------------------------------------------------------ Menu, Tray, Standard ;Menu, Tray, NoStandard ; to remove default menu Menu, Tray, Add Men...
by robmar-zl
21 Jun 2017, 08:33
Forum: Ask for Help (v1)
Topic: Output list of all hotkeys used in ahk Topic is solved
Replies: 9
Views: 6483

Re: Output list of all hotkeys used in ahk Topic is solved

"Hotkey Help - Display Active AHK Hotkeys and Hotstrings" could be what you are searching for. https://autohotkey.com/board/topic/93889-hotkey-help-display-active-ahk-hotkeys-and-hotstrings/ Try the sample an press Win+F1 for the Hotkey-Overview-Window I think you only have to change to comments you...
by robmar-zl
21 Jun 2017, 02:57
Forum: Ask for Help (v1)
Topic: Notify() - Move all open Notifications down on close Topic is solved
Replies: 1
Views: 1610

Notify() - Move all open Notifications down on close Topic is solved

Hi, i'm playing around with Notify() from gwarble. ( http://www.gwarble.com/ahk/Notify ) But now I'm stuck. All notifications are stacked which is fine. But if a notication is closed there is a gap. I would like to move all notifications above the closed one down to close this gap but my autohotkey ...

Go to advanced search