Login Register


[HELP] Rounded Edges filter_list
Author
Message
[HELP] Rounded Edges #1
Is it possible to have round edged GUI for both normal and pop up windows. If yes, how can we do it?
Thank you.
Folow me on My YouTube Channel if you're into art.

Reply

RE: [HELP] Rounded Edges #2
There is a API For it that was made for Win 98 but... It will make your program look horrible on any other OS.
I don't currently have the single code for the API but after some search here I made a example:

Code:
#include-once #include "GUIRoundCorners.au3" #include "WinGetClientInfo.au3" $gui = GUICreate("hi", 300, 300, -1, -1) GUISetState() _GuiRoundCorners_Lite(WinGetHandle($gui),10) While 1 Switch GUIGetMsg() Case -3 Exit EndSwitch WEnd


Download these and put them in the same dir: https://dl.dropbox.com/u/55919024/include.zip

_GuiRoundCorners_Lite has 2 parms, first is win handle, second is diameter.
(This post was last modified: 09-19-2012, 09:00 AM by Skullmeat.)
Pierce the life fibers with your drill.

Reply

RE: [HELP] Rounded Edges #3
It looks awful in a normal GUI, but I'll use it with pop up GUI... Thanks a lot!
Folow me on My YouTube Channel if you're into art.

Reply







Users browsing this thread: 1 Guest(s)