I want to create a ReleaseNotes.htm file to be used in my About form that contains a WebBrowser control on it. I want to keep this ReleaseNotes.htm file in the Resources for my project. However, when I try to pull it out and Navigate to it, the WebBrowser shows nothing.

Here is what I have:
VB Code:
  1. wbReleaseNotes.Navigate(Global.MyApplication.My.Resources.Resources.ReleaseNotes)

Any assistance would be greatly appreciated.