Reputation: 12440
I have a confusion,
Why should I use an "About box" item provided by the Microsoft Visual Studio to display the information about my app instead of using a "Windows Form" item to do the same, while I have found the inherent About box difficult to be used as compared to the "Windows Form"?
Upvotes: 2
Views: 570
Reputation: 9021
There's no reason as far as I know, other than convenience. It already has a layout, and the version information - so you don't have to write it.
It's damn ugly though.
Upvotes: 5