Hello
Neither Google nor the Search form here returned information on how to configure a SharpDevelop VBNet project to start with no form.
In Visual Basic Express, this is/was done through Project > MyApp Properties > Application, uncheck "Enable application framework", and create a Sub Main routine as starting point.
I need to write an application that will sit minimized in the icon bar and display a dialog box when necessary.
Thank you.