Jump to content

How to get GUI on top of active fullscreen application


Recommended Posts

Hello,

I have created a gui based autoit script that will assist in a video game. I need the ability to have the gui window appear on top of the active fullscreen game(or rather ensure its always at 'front').

It would be a big help if anyone knew a means to accomplish this

Link to comment
Share on other sites

exStyle $WS_EX_TOPMOST & @SW_SHOWNOACTIVATE maybe, not %100 which one does it for me but it works using these 2. have a tinker and see if you can activate the GUI window without disturbing the fullscreen window, i would doubt it but have a go.

$progr = GUICreate("testing", 230, 60, 100, 100, -1, $WS_EX_TOPMOST)

GUISetState(@SW_SHOWNOACTIVATE, $progr)

Edited by JackDinn

Thx all,Jack Dinn.

 

JD's Auto Internet Speed Tester

JD's Clip Catch (With Screen Shot Helper)

Projects :- AutoIt - My projects

My software never has bugs. It just develops random features. :-D

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...