Click here to Skip to main content
15,894,405 members
Articles / Desktop Programming / Windows Forms

Context Help authoring anywhere/anytime/anyone for .NET application

Rate me:
Please Sign up or sign in to vote.
1.40/5 (3 votes)
6 Dec 2007CPOL3 min read 21K   119   19  
Write context Help anywhere/anytime/anyone for .NET application
<?xml version="1.0" encoding="utf-8"?>
<HelpStr>
  <Assembly LowerName="windowsapplication1.exe">
    <FormControl FullName="WindowsApplication1.Form1">
      <Control Name="m_btn_new_dialog">
        <HelpStr LowerLangStr="zh-chs">
          <value>asdfasdf</value>
        </HelpStr>
      </Control>
      <Control Name="textBox1">
        <HelpStr LowerLangStr="en">
          <value>asdfasdf</value>
        </HelpStr>
        <HelpStr LowerLangStr="zh-chs">
          <value>中华人民共和国万岁</value>
        </HelpStr>
      </Control>
      <Control Name="button1">
        <HelpStr LowerLangStr="zh-chs">
          <value>asdfasdfasdasfd</value>
        </HelpStr>
      </Control>
    </FormControl>
    <FormControl FullName="WindowsApplication1.Form2">
      <Control Name="dateTimePicker1" />
      <Control Name="textBox1">
        <HelpStr LowerLangStr="zh-chs">
          <value>人之初, 性本善</value>
        </HelpStr>
      </Control>
    </FormControl>
  </Assembly>
</HelpStr>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
China China
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions