Jump to content

Recommended Posts

Posted

Hey Guys,

Im new to GUIs so bare with me. I have a code that after I create a transparent overlay gui, I go and do other tasks. It works great except that after I have it @SW_SHOW the GUIwindow at some point it forces any current window to the background. A quick fix I did was after @SW_SHOW I do a winactivate() on the window that was pushed to the back but id much rather it not push the window to the background at all.

Any ideas?

Thanks in advance,

Mason

  • Moderators
  • Solution
Posted

MasonMill,

Try using @SW_SHOWNOACTIVATE. ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

  • Moderators
Posted

MasonMill,

Glad I could help. :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

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
  • Recently Browsing   0 members

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