|
-
Jun 6th, 2012, 06:50 AM
#1
Thread Starter
Junior Member
WebBrowser1 control referencing to webpages from My.Resources (local pages) and...?
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
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|