sitinuraryani Posted February 26, 2003 Posted February 26, 2003 simple way to make it? Thanks, sitinuraryani(asking about Integrate Help File to VB NET)http://www.ladangkreasi.web1000.com/aryani.jpg Quote
*Gurus* divil Posted February 26, 2003 *Gurus* Posted February 26, 2003 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. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
sitinuraryani Posted February 27, 2003 Author Posted February 27, 2003 Thanks alot divil, but my actually wondering is when i click the command button on a form, the help file show. What coding to path the file in script.. Thanks again, sitinuraryani Quote
*Gurus* divil Posted February 27, 2003 *Gurus* Posted February 27, 2003 You use the help class, as I said. Consult the documentation on the Help.ShowHelp() method. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
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.