What may be happening is that the default MainForm has a line of code to disable subscriptions when hidden and restart when visible. Even though you disable in design view, that line of code will re-enable on startup because it is changing to a visible state.