Page 2 of 20

Re: Alternative GUI styles (please contribute)

Posted: 17 Feb 2014, 09:57
by hoppfrosch
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)

Re: Alternative GUI styles (please contribute)

Posted: 17 Feb 2014, 10:06
by tmplinshi
Image
Spoiler

Re: Alternative GUI styles (please contribute)

Posted: 19 Feb 2014, 00:00
by hunter99
[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

Re: Alternative GUI styles (please contribute)

Posted: 19 Feb 2014, 04:40
by cyruz
tmplinshi wrote:Image
Spoiler
Nice, I like the 2nd style. So the first technically is not a groupbox?

Re: Alternative GUI styles (please contribute)

Posted: 20 Feb 2014, 06:15
by cyruz
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

Beautiful Examples of GUIs

Posted: 02 Jul 2014, 05:29
by jNizM
Beautiful Examples of GUIs with AHK

Feel free to add more


Login Gui Example (Source)

(Win 7)
Image

(Win 8.1)
Image

Re: Beautiful Examples of GUIs

Posted: 02 Jul 2014, 06:23
by Blackholyman
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/

Re: Beautiful Examples of GUIs

Posted: 02 Jul 2014, 08:17
by Coco
Work in progress:
Image

Re: Beautiful Examples of GUIs

Posted: 02 Jul 2014, 11:54
by guest3456
heh.

Re: Beautiful Examples of GUIs

Posted: 02 Jul 2014, 17:08
by joedf

Re: Beautiful Examples of GUIs

Posted: 03 Jul 2014, 00:36
by jNizM
Elementary Theme (Source)

Image

Re: Beautiful Examples of GUIs

Posted: 03 Jul 2014, 03:14
by joedf
Other than GDI+, I imagine using an ActiveX Webbrowser control and catching its events would be the optimal choice for designing GUIs....

Re: Beautiful Examples of GUIs

Posted: 03 Jul 2014, 04:45
by Coco
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...

Re: Beautiful Examples of GUIs

Posted: 03 Jul 2014, 05:16
by vasili111
I think that topic should include code of that Gui-s and should be moved to "Scripts and Functions"

Re: Beautiful Examples of GUIs

Posted: 03 Jul 2014, 05:40
by Learning one
Some radial GUIs ... ;)

Image

Re: Beautiful Examples of GUIs

Posted: 03 Jul 2014, 08:30
by joedf
[topic moved]

Re: Beautiful Examples of GUIs

Posted: 03 Jul 2014, 10:44
by noname
Image

mp3 player / playlist creator

Re: Beautiful Examples of GUIs

Posted: 03 Jul 2014, 12:27
by DataLife
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...?

Re: Beautiful Examples of GUIs

Posted: 03 Jul 2014, 15:24
by Sidola
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.

Re: Beautiful Examples of GUIs

Posted: 03 Jul 2014, 20:04
by joedf
Sure! I'll try to post a tutorial/Example tonight :)