Shaitan00 Posted July 18, 2007 Posted July 18, 2007 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, Quote
mskeel Posted July 18, 2007 Posted July 18, 2007 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.