Shaitan00 Posted November 8, 2005 Posted November 8, 2005 Really simple/quick question - I am in the final stages of my application and wanted to make a ABOUT and possibly a HELP section. If I recall from my previous experince with VB and C++ there is usually a Standard/Conventional ABOUT form somewhere - how do you access/load/open it in C#? Also, is there something similar for the HELP? Thanks, Quote
Leaders snarfblam Posted November 9, 2005 Leaders Posted November 9, 2005 I don't believe that there is an About form which comes standard with .Net, but they are easy enough to make. As far as help, there are chm and HtmlHelp compilers available (but hard to find, in my experience). Help files made with these will open in standard Windows help windows. I personally generally either stick to HTML help, or if I am looking for something more professional, I have gone as far as designing my own (relatively simplistic) help system with an XML based help file (I can send the code your way if you really want, but it's nothing special). Quote [sIGPIC]e[/sIGPIC]
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.