Results 1 to 2 of 2

Thread: Web Control - Default Background color / BOX problem

  1. #1
    Guest

    Question

    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?


  2. #2
    Guest
    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)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width