XTensionX Posted July 29, 2009 Posted July 29, 2009 hi when i compile my script and open the .exe, i get this black box is there anyways i can get rid of it?
Authenticity Posted July 29, 2009 Posted July 29, 2009 Compile your script as a GUI application, not a CUI (Console User Interface) application, if that is the subject.
XTensionX Posted July 29, 2009 Author Posted July 29, 2009 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
Authenticity Posted July 29, 2009 Posted July 29, 2009 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.
XTensionX Posted July 30, 2009 Author Posted July 30, 2009 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?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now