Results 1 to 3 of 3

Thread: how to shell a help file

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2003
    Posts
    91

    how to shell a help file

    when i use shell("filename") it breaks and says filenot found

  2. #2
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    If you're trying to run the help file as if it was double clicked in Explorer, just use the System.Diagnostics.Process.Start() function mentioned earlier to you in your other thread

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    No , the proper way is to use the static method
    VB Code:
    1. Help.ShowHelp(....)

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