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.