Hello,
I'm a VB.NET rookie.
I have a Windows-forms application that has runs GUI and backend. Now I'm planning to add the option to run the application by command-line (CLI) only, with no GUI.
I have the following questions please:
1. I see that I can just hide the main form (me.visible = true). Is it best considered for an app that supports GUI and CLI?
2. How can I print messages to screen (console)? Currently I'm printing messages to a log file and to screen (msgbox function)
If you have another tips, it will be very appreciated.
Thanks!
I'm a VB.NET rookie.
I have a Windows-forms application that has runs GUI and backend. Now I'm planning to add the option to run the application by command-line (CLI) only, with no GUI.
I have the following questions please:
1. I see that I can just hide the main form (me.visible = true). Is it best considered for an app that supports GUI and CLI?
2. How can I print messages to screen (console)? Currently I'm printing messages to a log file and to screen (msgbox function)
If you have another tips, it will be very appreciated.
Thanks!