Help->About Form Template [C# 2002]

Shaitan00

Junior Contributor
Joined
Aug 11, 2003
Messages
358
Location
Hell
I need to create a standard menu item HELP->ABOUT and can't seem to find the corresponding about form template in Visual Studios 2002 (C#) - does anyone know where it can be found or do I really need to create my own customized ABOUT form? I vaguely remeber there being a template for such a generic required form.

Any help would be much appreciated...
Thanks,
 
I believe the "about box" template was new to VS2005. (I might be mistaken, though)

Since you'll have to roll it by hand, to make things a little more pragmatic, here's an assembly info helper class that can grab things like the version and assembly name from a compiled file.

It should just be grinding code from here.
 
Back
Top