when i use shell("filename") it breaks and says filenot found
Printable View
when i use shell("filename") it breaks and says filenot found
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
No , the proper way is to use the static method
VB Code:
Help.ShowHelp(....)