nick21 Posted October 30, 2009 Posted October 30, 2009 Ok I created a GUI and inside the gui I did a "FileInstall" and installed a .exe to embed it within the program.The GUI loads, and it works perfect.When I start the GUI I see this.When I click on START on my GUI to run the embeded .exe file I see this.Why is it showing up 2 tasks being ran in the task manager, and how can I only have it show the original one.Thanksnick21
omikron48 Posted October 30, 2009 Posted October 30, 2009 The tray icon is enabled for your second AutoIt script (the embedded one). Use this to hide it: Opt("TrayIconHide", 1)
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