Results 1 to 4 of 4

Thread: Access embedded files [Resolved]

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2003
    Posts
    127

    Question Access embedded files [Resolved]

    I have a class that I have been modifying for some time now that will allow you to play embedded *.wav files from your project. and you can use them interactively within your program. Embedding saves time and efforts of making sure the files are in the same directory etc...

    My question is this; how can a *.chm (help file) that is embedded into the project be called upon (opened) with a button on the main form?

    Suggestions, thoughts, comments, links and even strange looks are appreciated
    Last edited by teamdad; Jun 17th, 2004 at 08:47 PM.

  2. #2
    Lively Member ayan's Avatar
    Join Date
    Jan 2004
    Posts
    112
    Code:
    process.start("mychm.chm") ' ???
    i'm not sure

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2003
    Posts
    127
    It's not as simple as that. Would I need to come up with another class to access it or is there a more simple way using GetExecutingAssembly or something?

  4. #4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width