pintas Posted January 17, 2009 Posted January 17, 2009 I'm trying to get my gui to slide above system tray, but i'm having problems with it's position. I don't want to use coordenates, so it works not only on my screen res but in every res. Can you help me out with the code? This is what i got so far... centered...: #include <WindowsConstants.au3> Global Const $AW_VER_POSITIVE = 0x000002 $gui = GUICreate("ยท", 145, 97,Default,Default, $WS_POPUP, $WS_EX_TOPMOST) DllCall("user32.dll", "int", "AnimateWindow", "hwnd", $gui, "dword", 300, "dword", $AW_VER_POSITIVE)
Valuater Posted January 17, 2009 Posted January 17, 2009 (edited) This is just what the Doc ordered...http://www.autoitscript.com/forum/index.ph...st&p=6167578) Edited January 17, 2009 by Valuater
pintas Posted January 17, 2009 Author Posted January 17, 2009 (edited) That looks fantastic, and that's exactly what i've being trying to accomplish, but can i put some buttons in it?Like this?http://img258.imageshack.us/img258/8176/imagemwb1.jpgEdit: LOL! Sorry, i'm an ass! Problem solved. Edited January 17, 2009 by pintas
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