memememememememe
Programmer
Im tying to set the webbrowser control backcolor but can't figure it out.
I can achieve it if I write to a file...
"<body bgcolor=#00FF00>"
then navigate to it, but I want to do it on the fly without writing to a file something like...
WB1.Document.body.background = "beach.jpg"
but for the background color property
I can achieve it if I write to a file...
"<body bgcolor=#00FF00>"
then navigate to it, but I want to do it on the fly without writing to a file something like...
WB1.Document.body.background = "beach.jpg"
but for the background color property