F
Fehly
I'm searching for an possibility for printing html pages on a Windows
CE System using C#. I know there is the 'PrinterCE.NetCF.dll' for
printing, but I don't wanna hard code all the layout. I just wanna
print a html page.
I found a printing function in the Webbrowser control on .net 2.0
(http://msdn2.microsoft.com/en-us/library/
system.windows.forms.webbrowser.print(vs.80).aspx)
It looks pretty good, but my webbrowser control does not implement
this method :-(
I read the msdn page and it says it is supported on 2.0 and also on
Widnows Mobile and Windows CE with .net 2.0 and that's exactly what I
got.
As the webbrowser class is located in the System.Windows.Forms
namespace, I checked the version of the dll I included and it's
2.0.0.0. I think it should work, but there is no function print().
Could anyone please help me? Or does anyone know another possibility
for printing a html page programmatically on WindowsCE?
Thanks,
Felix
CE System using C#. I know there is the 'PrinterCE.NetCF.dll' for
printing, but I don't wanna hard code all the layout. I just wanna
print a html page.
I found a printing function in the Webbrowser control on .net 2.0
(http://msdn2.microsoft.com/en-us/library/
system.windows.forms.webbrowser.print(vs.80).aspx)
It looks pretty good, but my webbrowser control does not implement
this method :-(
I read the msdn page and it says it is supported on 2.0 and also on
Widnows Mobile and Windows CE with .net 2.0 and that's exactly what I
got.
As the webbrowser class is located in the System.Windows.Forms
namespace, I checked the version of the dll I included and it's
2.0.0.0. I think it should work, but there is no function print().
Could anyone please help me? Or does anyone know another possibility
for printing a html page programmatically on WindowsCE?
Thanks,
Felix