when i also put the images that go along with the pages into my.resources as well they don't show in the WebBrowser control even though in each pages html source it says [ img src="imagex.jpg" ] - which is saying take the images from the root folder.

When i preview any of the pages in the folder in Firefox they work fine but when i run it trough the WebBrowser1 contol and this command in a button -



If HelpMenu.SelectedNode.Name = 33 Then
HelpContainer.DocumentText = My.Resources.Systemrequirements
End If



it doesn't work in my program.

Thank you for your help