I have an application that is a part of a solution of projects. In this project I would like for it to start up form to be invisible, but still have a notification icon in t
Try this:
Sub New() MyBase.SetVisibleCore(False) End Sub