You can make help files using the HTML Help workshop application which is packaged with VS.NET, and installed in to Program Files by default I think.
To integrate context-sensitive help in to your application once you've developed the help file, you can use the HelpProvided component from the toolbox. To just show your help file manually, you can use the Help class located in System.Windows.Forms.