I have an experimental winform which is tiny:
- 20 lines of added code
- two controls
- datagridview
- a small Sql Server Compact db included – with a table containing 3 rows of data
When I launch the .application file a small window appears saying “Launching Application” and then disappears after half a second whilst the form becomes visible.
Is this usual and should I expect this message with every winform I create?
It sounds like you’re invoking a ClickOnce deployment file. If you invoke the .exe directly you should not see the ‘Launching…’ message.