Jump to content

Recommended Posts

Posted (edited)

I have had trouble with a gui I need to be full screen

I have seen a lot of topics but they dont work for me.

my GUI is a very simple window you can

I now use @SW_MAXIMIZE

but it covers up the taskbar.

(not good)

please help

Thanks in advance

Edited by Guest
Posted

  On 3/25/2012 at 10:28 AM, 'Scriptmaster said:

Please help

Please read the FAQ about bumping posts less than 24 hours, this is a support forum run by willing volunteers, therefore people answer when they want not when you want.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

A technique I have used in the past is set the height of the window to @desktopheight - X# of pixels to account for the taskbar and then the width to @desktopwidth and move it to 0, 0 which is the top left corner.

Not pretty, but it works.

This will only account for 1 monitor on a multi-display setup, just FYI.

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
×
×
  • Create New...