WebBrowser is an Active X control that can display an HTML document within a form.
and to print itCode:webBrowser1.Navigate(HTMLfile);
Due to various reasons ,Active X controls can not be allowed in this project and I am trying to find a replacement without losing too much quality that would get the Job done.Code:webBrowser1.Print();
One way is to call Winword to load the file and print it from there but that is one messy way and involves more clicking and I am trying to avoid.
I'd appreciate any positive thoughts or ideas that you you may have .
Cheers






Reply With Quote