开发者

HelpProvider in web application

开发者 https://www.devze.com 2023-02-01 21:08 出处:网络
Q: Can i use the HelpProvider control in a web application like windows application,,if not what are the al开发者_如何学Cternatives?

Q:

Can i use the HelpProvider control in a web application like windows application,,if not what are the al开发者_如何学Cternatives?


Can i use the HelpProvider control in a web application ?

No, it is a WinForms control and won't work in a Web App.

if not what are the alternatives?

Take a look around on the WWW for an example. You will find a few "icon next to control" ideas where a small symbol provides more explanation when clicked.

But usually a designer will try to prevent the need for them a s much as possible.

Also note that there is no "F1=Help" convention or support on the web.

0

精彩评论

暂无评论...
验证码 换一张
取 消