Invisible starting form
How can I make invisible the starting form of my application? (in the form designer there is not the invisible property)
thank you everybody!
How can I make invisible the starting form of my application? (in the form designer there is not the invisible property)
thank you everybody!
The opacity works if you don't mind the form still being shown in Alt-Tab (it'd also still be on the TaskBar unless you set ShowInTaskbar=False).
Usually you put it in a module by itself.
You'll then have to go into My Project and on the Application tab clear the Enable application framework. Then you can choose Sub Main() from the Startup Form dropdown.
Rainz wrote:
thank you, combining it with the showintaskbar property works, but you know that's not the way you do it
Hi Rainz, Did the posts resolve the problem?
If so mark the post(s) that helped you as the answer(s), so when others search the forums, they might be more inclined to look at a successful post than a non successful one...in the search results the Answered posts are bubbled to the top before the unanswered.
Thanks