Jump to content

GUI HIDE varies


Recommended Posts

Hi, again!

I can hide the GUI when it starts up, but when it is compiled (beta46) it starts up visible.

Is there a special command for compiled versions?

Randall

<{POST_SNAPBACK}>

no special command.

you should have post a script that's reproduce your concern. :)

at least this one has no problem

#include <GuiConstants.au3>
GUICreate("gui hidden")
GuiSetState(@SW_HIDE)
Do
$msg=GuiGetMsg()
until $msg= $GUI_EVENT_CLOSE
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...