Computing.Net > Forums > Programming > Change the bg color of the document

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Change the bg color of the document

Reply to Message Icon

Name: go_places_puterwize
Date: July 7, 2008 at 22:12:39 Pacific
OS: WinXP
CPU/Ram: P4/512MB
Product: HP Compaq Presario F
Comment:

I know this may sound a little childish but I am adding a feature to my webbrowser that basically detects a dark background when the page is loading, and will prompt the user if they want to switch to a lighter background color (e.g. low vision)

The detection works just fine, its just I can't get it to actually CHANGE the color without throwing me an error...

here's what I have:
WebBrowser1.Document.BackColor = System.Drawing.ColorTranslator.FromHtml(BrowserOptions.ComboBox1.Text)
WebBrowser1.Document.LinkColor = System.Drawing.ColorTranslator.FromHtml(BrowserOptions.ComboBox2.Text)
WebBrowser1.Document.ActiveLinkColor = System.Drawing.ColorTranslator.FromHtml(BrowserOptions.ComboBox3.Text)
WebBrowser1.Document.VisitedLinkColor = System.Drawing.ColorTranslator.FromHtml(BrowserOptions.ComboBox4.Text)

The color values are HEX (#000000) in the comboboxes.
any suggestions?

Curiousity only injured the cat.
I finished it off..
Muahahaha...



Sponsored Link
Ads by Google

Response Number 1
Name: Razor2.3
Date: July 10, 2008 at 12:04:40 Pacific
Reply:

Well, you should probably using ToHtml, as you're plugging it into HTML, and not extracting it.

Also, an error message would be nice. So would source code, as I don't feel like mocking up a browser in VB.NET just to give an answer on an on-line forum.


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Change the bg color of the document

Multiple colors in label box www.computing.net/answers/programming/multiple-colors-in-label-box/5958.html

Counting the total size of blocks www.computing.net/answers/programming/counting-the-total-size-of-blocks/18331.html

Counting the total size of blocks www.computing.net/answers/programming/counting-the-total-size-of-blocks/18375.html