开发者

is there available windows helpform in vs?

I have a windows forms application in c开发者_运维百科# and I wonder if there is ready/avaliable help form. I use toolstripcontainer and it creates classical symbols for us also help button in it, so is there classical help form in vs including search property etc? Thanks..


You'll need to create your own "Help" text; and you'll typically put it into a .chm file...

... but here's the API you'll probably call from your "Help" button:

Help.ShowHelp

These links should help with ".Net help authoring" in general:

  • http://msdn.microsoft.com/en-us/library/bb165623%28v=vs.90%29.aspx

  • http://msdn.microsoft.com/en-us/library/bb165613%28v=vs.80%29.aspx

  • http://www.innovasys.com/products/hs2011/overview.aspx

  • http://helpware.net/mshelp2/vs8/vs8help.htm

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜