vote up 4 vote down star
1

The Help->About dialog in GUI applications has historically been the place for some very "interesting" (and often funny) functionality and easter eggs.

How would you define the purpose of the About dialog? What function does it serve in an application, and who is the target audience?

What's the best use (or abuse) of an About dialog that you've seen?

flag

78% accept rate
So @Prakash when are you going to close "stackoverflow.com/questions/182112/…;? – Ash Oct 10 '08 at 9:04
I think "not programming related" is a bit subjective, Prakash – Rob Sanders Oct 10 '08 at 9:05
edited to be more appropriate – Jeff Atwood Oct 10 '08 at 9:07
Thanks Jeff, that's a much better wording – Rob Sanders Oct 10 '08 at 9:11

4 Answers

vote up 4 vote down check

In my experience its for the product version number, to list the loaded modules, copyright information and credits for the developers.

The best (serious) use I have seen has been Visual Studio that can have a number of loaded packages and add ons.

I would think the target audience is legal people, installer/administrators, developers and other technical people. I can't imagine many non technical people bothering to view it.

Wikipedia says the origins of the About box are

"The concept of the about box originated with the first Macintosh operating system, where About [program name] was typically the first item in the Apple menu"

link|flag
vote up 0 vote down

It helps to ensure that every windows desktop app has at least two top level menus (one just looks silly) - even the worst GUI developer wouldn't shove the About menu option on the File menu. Would they?

link|flag
vote up 0 vote down

In addition to the above, it is often used as an area to provide contact details to the vendor and their technical support. I also tend to put a certain amount of system information in here for the aid of the tech support people when they are contacted.

link|flag
vote up 0 vote down

mIRC - press the author nose.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.