0

I am trying to display HTML content from an access db in a couple different forms. I have been using the webBrowserControl but this doesn't seem to support transparent back color.

I downloaded the alphaBlendTextbox from here http://www.codeproject.com/Articles/4390/AlphaBlendTextBox-A-transparent-translucent-textbo which works great as transparent but it doesn't display html content and ends up displaying the html tags.

Anyone have an idea of what I could use or do to get the HTML content to be displayed with a transparent background so that the background image or color of the form is displayed.

Bowenac
  • 493
  • 8
  • 19

1 Answers1

0

I suggest you to use WebKit or any other component in your windows form as different webbrowser component. There are already some questions posted in SO. Like Link1 and Link2

Community
  • 1
  • 1
Shell
  • 6,818
  • 11
  • 39
  • 70
  • Don't know of any other controls that will display HTML content. It's mostly LI tags which I want to keep the LI format of a list style etc. Do these webkit components support transparent backcolor? I will not be setting this via css or anything in the DB as its not there. I just need the component, controller etc to have transparent background. – Bowenac Jul 12 '14 at 13:40