Jump to content

Slide above system tray


pintas
 Share

Recommended Posts

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)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...