I have a small application that i am using InForm to show one Form with a progress bar. That's all it does is pop up, show the progress bar why the app is running, and then ends. Would there be a way to run the application and be able to use a command line option to run it without showing the Form and progress bar? in other words, if I executed the application with a command line option like /n or whatever, to avoid showing the Form and running it in a non-graphical mode. Would this be possible?
Something like:
application.exe ' Runs normal and displays graphical version
application.exe /n ' Does not show Form or anything on screen by still runs
Hope this is not too confusing.
Any help is appreciated.
Thanks.
- Kent