I have a small QB64 application, and I am needing to be able to run it in a hidden state. I would like to be able to pass a command line option to it like " application.exe -h", the -h meaning HIDE. I'm needing the application to run normally but with no screen writes.
I have done this using the SHELL _HIDE to hide windows from viewing things being ran with shell, but I need it to hide the entire application. The application does have text output to the screen when ran, but need the ability to run it with or without screen output.
Any help or information is greatly appreciated.
Thank you.
-Kent