Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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,

  • Leaders
Posted

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).

[sIGPIC]e[/sIGPIC]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...