I'm using ShowDialog on a Form control, which is called on the Shown event for my form. Works great outside VS, but here's the problem, it also works inside VS!
Not a major ball ache, but it would be nice to not have the dialog open when ever I open the form designer.
Does anybody know how to turn it off
Thanks!
Visual C#14
|