how can i provide F1 help support to .Net application.
the application consist of several form with many fields. so i dont want to drop HelpProvider control on each form and set the properties.
please tell me any component that can handle this.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I suppose you could implement a class that inherits Form and adds a HelpProvider, then inherit your forms from that class. That way, you’d only have to set the properties
Form -> AppFormBase -> ConcreteForm