Is there a way to run a line of code similar to exit(); that will minimize the window instead of closing it like exit(); does?
I need the window to go away so another can take its place. It just still needs to exist to listen for Arduino communication.
Thanks!