.net control print preview in IE
Hi, I created a control using the rich text box to load in IE. However, when I try to print the text, the area where I load the box comes out completely black. How can I allow IE to print out the text in the box without having to take a print screen?
Thanks
Re: .net control print preview in IE
What so is this an IE add-in that actually runs inside of IE?
Re: .net control print preview in IE
it's hosted inside IE. I tried running just a simple form and the buttons and regular text boxes appear fine on the print preview. It's only the RTF box that turns out all black. Does anyone have any idea why?
Re: .net control print preview in IE
Ohh you mean its a web site? Like an ASP.NET application or something?
Re: .net control print preview in IE
no it's not an asp application. I created a dll and I've embedded it into a page in IE. Kind of like this
http://www.vbdotnetheaven.com/Upload...nVBdotNET.aspx
The problem is that one of the controls doesn't print out correctly.
Re: .net control print preview in IE
Ahh I see! Sorry I dont have a clue about that kinda thing :( Hopefully someone else can help you out
Re: .net control print preview in IE
I've created a new dll with most of the available controls in the toolbox and loaded it in IE. It seems like most of the controls work out fine in the preview except for the rich text.