Jump to content

Recommended Posts

Posted

Compile your script as a GUI application, not a CUI (Console User Interface) application, if that is the subject.

nope, i dont want my program to be a gui, i just want it to not show the black window when i open the program when compiled.

i remember i done it before, but i forgot the code for it, and i cant find it anywhere

Posted

You don't have to call any of the GUI function if you compile your script as a GUI application. In other words, this is much simpler than trying to dismiss the console window when compiled using CUI mode.

Posted

You don't have to call any of the GUI function if you compile your script as a GUI application. In other words, this is much simpler than trying to dismiss the console window when compiled using CUI mode.

how can i compile my script as a GUI?

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