vba - Hide main form initially...Possible? (VB language) -


Is there no way to start a Windows Form (VB) language application with a main window? Then later when an external event occurs, I want to display the form.

Thank you

Hint: 'View visible' property


Comments