Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Mobile Development
  3. Mobile
  4. A problem about show help file in pocket pc

A problem about show help file in pocket pc

Scheduled Pinned Locked Moved Mobile
helpquestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nvphap
    wrote on last edited by
    #1

    I am writing a application in pocketpc and I conflicted with a problem. I want show a help file when user want, I use below code when user click on help button Help.ShowHelp(null, "//ProgramFiles//Chess//Documents//help.chm"); In propertise of help.chm file, I chose "content" in build action and " Copy if newer" in copy to output directory. And when I run application. Program show me a messenger with content as "can not open help. The file can not be found" Please advise me that how I have to do? Thanks

    J 1 Reply Last reply
    0
    • N nvphap

      I am writing a application in pocketpc and I conflicted with a problem. I want show a help file when user want, I use below code when user click on help button Help.ShowHelp(null, "//ProgramFiles//Chess//Documents//help.chm"); In propertise of help.chm file, I chose "content" in build action and " Copy if newer" in copy to output directory. And when I run application. Program show me a messenger with content as "can not open help. The file can not be found" Please advise me that how I have to do? Thanks

      J Offline
      J Offline
      Joel Ivory Johnson
      wrote on last edited by
      #2

      "//ProgramFiles//Chess//Documents//help.chm" <- incorrect "\\Program Files\\Chess\\Documents\\help.chm" <- Correct Note that there is a space between "Program" and "Files."

      Joel Ivory Johnson

      Meet my dev team: RDA Architecture Evangelist Team Blog

      My site: J2i.net

      Twitter: J2iNet

      N 1 Reply Last reply
      0
      • J Joel Ivory Johnson

        "//ProgramFiles//Chess//Documents//help.chm" <- incorrect "\\Program Files\\Chess\\Documents\\help.chm" <- Correct Note that there is a space between "Program" and "Files."

        Joel Ivory Johnson

        Meet my dev team: RDA Architecture Evangelist Team Blog

        My site: J2i.net

        Twitter: J2iNet

        N Offline
        N Offline
        nvphap
        wrote on last edited by
        #3

        Thanks. I did do it follow your instructions and program showed file. But I think PocketPC is not support for chm file. Because programe show file with a content as "af0apafapfashfafalfao.....". General is so, I attempt with doc file and the its result is so. Please help me.

        J 1 Reply Last reply
        0
        • N nvphap

          Thanks. I did do it follow your instructions and program showed file. But I think PocketPC is not support for chm file. Because programe show file with a content as "af0apafapfashfafalfao.....". General is so, I attempt with doc file and the its result is so. Please help me.

          J Offline
          J Offline
          Joel Ivory Johnson
          wrote on last edited by
          #4

          You can use plain HTML files to contain your help information.

          Joel Ivory Johnson

          Meet my dev team: RDA Architecture Evangelist Team Blog

          My site: J2i.net

          Twitter: J2iNet

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups