Help files will not show after an OpenFileDialog has been shown and clicked 'Open'. See sample attachment. I guess this must be a serious bug in the .NET framework?
Printable View
Help files will not show after an OpenFileDialog has been shown and clicked 'Open'. See sample attachment. I guess this must be a serious bug in the .NET framework?
I found the cause of the problem. But it does NOT mean that it isn't a bug anymore. I think Microsoft could have told us :p:p
The shared Help.ShowHelp method will automatically take the folder path of the last directory the OpenFileDialog instance has used, if the directory of the help file is not specified.
Interesting eh?
Well, here I have attached a temp fix. :)