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

Post your working scripts, libraries and tools for AHK v1.1 and older
User avatar
hoppfrosch
Posts: 443
Joined: 07 Oct 2013, 04:05
Location: Rhine-Maine-Area, Hesse, Germany
Contact:

Re: Alternative GUI styles (please contribute)

17 Feb 2014, 09:57

A plain one:
Image

It's a simple representation of a keyboard Numpad-block. The first row of the GUI represent 4 Tabs - the rows below represent the keypad. Therefore I do have 4*17 different buttons (17 on each tab).

I use this for my Window/Multimonitor-Management tool (WorkInProcess). The current tab you see is used for Window-Resizing. The functionality can be accessed via Button-click or via NumPad. It's invoked via doubleKeypress for example: #Numpad1-Numpad5 (#Numpad1 opens the GUI and selects Tab 1 - and Numpad5 the desired functionality)
Last edited by hoppfrosch on 19 Feb 2014, 05:25, edited 1 time in total.
tmplinshi
Posts: 1604
Joined: 01 Oct 2013, 14:57

Re: Alternative GUI styles (please contribute)

17 Feb 2014, 10:06

Image
Spoiler
hunter99
Posts: 129
Joined: 20 Jan 2014, 17:57

Re: Alternative GUI styles (please contribute)

19 Feb 2014, 00:00

[quote="Guest10"]how can i bring this GUI SMACK to the center of the screen (always and by DEFAULT)? :geek:


Why not this:

Gui, Show, Center
User avatar
cyruz
Posts: 346
Joined: 30 Sep 2013, 13:31

Re: Alternative GUI styles (please contribute)

19 Feb 2014, 04:40

tmplinshi wrote:Image
Spoiler
Nice, I like the 2nd style. So the first technically is not a groupbox?
ABCza on the old forum.
My GitHub.
User avatar
cyruz
Posts: 346
Joined: 30 Sep 2013, 13:31

Re: Alternative GUI styles (please contribute)

20 Feb 2014, 06:15

Thanks to kon and just me, I used their findings to improve my gui in a completely flat one with a fake caption:

Image:
Spoiler
Code:
Spoiler
ABCza on the old forum.
My GitHub.
User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Beautiful Examples of GUIs

02 Jul 2014, 05:29

Beautiful Examples of GUIs with AHK

Feel free to add more


Login Gui Example (Source)

(Win 7)
Image

(Win 8.1)
Image
Last edited by jNizM on 04 Jul 2014, 09:23, edited 2 times in total.
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile
User avatar
Blackholyman
Posts: 1293
Joined: 29 Sep 2013, 22:57
Location: Denmark
Contact:

Re: Beautiful Examples of GUIs

02 Jul 2014, 06:23

Nice one :)

Here's one of Mine

Gui to toggle some things on/off (win7)
Image

tutorial http://jszapp.com/autohotkey/2014/make- ... ines-less/
Last edited by Blackholyman on 18 Sep 2014, 16:27, edited 1 time in total.
Also check out:
Courses on AutoHotkey

My Autohotkey Blog
:dance:
Coco
Posts: 771
Joined: 29 Sep 2013, 20:37
Contact:

Re: Beautiful Examples of GUIs

02 Jul 2014, 08:17

Work in progress:
Image
User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: Beautiful Examples of GUIs

03 Jul 2014, 00:36

Elementary Theme (Source)

Image
Last edited by jNizM on 04 Jul 2014, 09:23, edited 2 times in total.
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile
User avatar
joedf
Posts: 8958
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Beautiful Examples of GUIs

03 Jul 2014, 03:14

Other than GDI+, I imagine using an ActiveX Webbrowser control and catching its events would be the optimal choice for designing GUIs....
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
Coco
Posts: 771
Joined: 29 Sep 2013, 20:37
Contact:

Re: Beautiful Examples of GUIs

03 Jul 2014, 04:45

joedf wrote:Other than GDI+, I imagine using an ActiveX Webbrowser control and catching its events would be the optimal choice for designing GUIs....
Yes, you can do just about anything in terms of design... my example above is an ActiveX WebBroswer control...
vasili111
Posts: 747
Joined: 21 Jan 2014, 02:04
Location: Georgia

Re: Beautiful Examples of GUIs

03 Jul 2014, 05:16

I think that topic should include code of that Gui-s and should be moved to "Scripts and Functions"
DRAKON-AutoHotkey: Visual programming for AutoHotkey.
User avatar
Learning one
Posts: 173
Joined: 04 Oct 2013, 13:59
Location: Croatia
Contact:

Re: Beautiful Examples of GUIs

03 Jul 2014, 05:40

Some radial GUIs ... ;)

Image
User avatar
joedf
Posts: 8958
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Beautiful Examples of GUIs

03 Jul 2014, 08:30

[topic moved]
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
User avatar
noname
Posts: 515
Joined: 19 Nov 2013, 09:15

Re: Beautiful Examples of GUIs

03 Jul 2014, 10:44

Image

mp3 player / playlist creator
User avatar
DataLife
Posts: 447
Joined: 29 Sep 2013, 19:52

Re: Beautiful Examples of GUIs

03 Jul 2014, 12:27

Blackholyman wrote:Nice one :)

Here's one of Mine

Gui to toggle some things on/off (win7)
Image
How did you make this? GDI+ ,ActiveX WebBroswer control...?
Check out my scripts. (MyIpChanger) (ClipBoard Manager) (SavePictureAs)
All my scripts are tested on Windows 10, AutoHotkey 32 bit Ansi unless otherwise stated.
Sidola
Posts: 14
Joined: 10 Oct 2013, 14:14
Contact:

Re: Beautiful Examples of GUIs

03 Jul 2014, 15:24

joedf wrote:Other than GDI+, I imagine using an ActiveX Webbrowser control and catching its events would be the optimal choice for designing GUIs....
This sounds awesome. Has anyone made a decent/up to date tutorial for how to make something like this?
The AHK installer uses this method, right? I remember trying to poke around it its code but found that a bit too complex for me.
User avatar
joedf
Posts: 8958
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Beautiful Examples of GUIs

03 Jul 2014, 20:04

Sure! I'll try to post a tutorial/Example tonight :)
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]

Return to “Scripts and Functions (v1)”

Who is online

Users browsing this forum: No registered users and 177 guests