-
Ok... In HTML you can change the color of the background. BUT, let's say I want to show a picture, that is called and it not in the HTML. Well, it shows the picture with a WHITE background. In Netscape I can change the Default background color, Don't know about IE. Is there a way to change it in this Web Control? I NEED it to be canged to black.
ALSO, How do I get rid of that dang BOX that surrounds the web control?
-
I think you can change it through the Internet Explorer properties. Right on the first tab General...you will see Colors...just click it and you can change it from there.
Not sure how to do it through VB Code. But it can be done manually.
Code:
Dim dblReturn As Double
dblReturn = Shell("rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0", 5)