Jump to content

GUI Slide-In effect


jWalker
 Share

Recommended Posts

Hey!

Is it possible to let a GUI slide in from the right bounds of the desktop?

I am making a settings-GUI where all necessary settings can easily be done in one window

When my mouse reaches a zone on the right of my desktop, a GUI should slide in...

I achieved this some time ago with a single control of a GUI... GUICtrlSetPos; But there is no GUISetPos Function...

Can i achieve this in any other way?

Or do you know better ways to bring this GUI to my screen?

Link to comment
Share on other sites

I achieved this some time ago with a single control of a GUI... GUICtrlSetPos; But there is no GUISetPos Function...

No, but there is WinMove. Just pass the window handle returned from GUICreate as the first parameter, and leave the second one empty.

Like this:

WinMove($hWnd, "", $x, $y)

Edited by Kip
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

×
×
  • Create New...