E1M1 Posted April 8, 2011 Posted April 8, 2011 Is it possible to make glass window? I mean something like IE 9 or firefox 4 has... Like drawing buttons on glass or something.Lookong for something like that. Just want to know how to do that in autoit. edited
jvanegmond Posted April 8, 2011 Posted April 8, 2011 Seriously? I googled "autoit glass" and it was the second result (the first was this thread, so when you googled it was probably the first result). Here: github.com/jvanegmond
E1M1 Posted April 8, 2011 Author Posted April 8, 2011 (edited) Thanks. doesn anyone know how to get rid of grey bar gets drawn at right side of window when I use _Vista_ApplyGlass($GUI) instead of _Vista_ApplyGlass($GUI)? I would like to use_Vista_ApplyGlass($GUI) but for somereason it draws me gray bar at right side. I noticed that having BitOR($WS_MINIMIZEBOX, $WS_CAPTION, $WS_POPUP, $WS_SYSMENU )) makes it have that gray line but removing $WS_CAPTION also removes that ugly line. Edit: found solution _Vista_ApplyGlassArea($GUI,$Area) Edit2: how to put window controls on glass area? I tried creating image on it but when I clicked on apply button, image turned solid white. edit3: doesnt happen with button Edited April 8, 2011 by E1M1 edited
ichigo325 Posted April 19, 2011 Posted April 19, 2011 (edited) Hope this help, Edited April 19, 2011 by ichigo325 [size="2"][font="Lucida Sans Unicode"][b][/b][/font][/size]
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