okdewit Posted January 21, 2008 Posted January 21, 2008 I want to create a window, without borders, buttons or text. Just an opaque or alpha blended square. Then I want to make a few clickable elements on this gui, and an "instant messenger"-style textbox (just one line) for entering data into my program. Is this possible using only auto-it (and some png/gif files for elements)? Thanks!
Swift Posted January 21, 2008 Posted January 21, 2008 maybe a lil more information? get XSkin.au3 and edit the skin files...to make it without a border/etc...maybe that will help you.
daniel5d Posted January 21, 2008 Posted January 21, 2008 if you wanna create a simple window without the Windows shell you can simply use the style $ws_popup as the style of your gui : $handle = guicreate( "title" , $width , $height , $left , $top , $ws_popup )
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now