Print Screen

  • Thread starter Thread starter chicken butt
  • Start date Start date
C

chicken butt

I have a back office app developed using the 1.1 framework with VB.NET.


When we print using the browser, the end result is garbled pretty good.


I am wondering if it is possible to create a "print screen" button on
my page and then send that output to the default printer?

Thanks,

Jamie
 
chicken said:
I have a back office app developed using the 1.1 framework with VB.NET.


When we print using the browser, the end result is garbled pretty good.


I am wondering if it is possible to create a "print screen" button on
my page and then send that output to the default printer?

Thanks,

Jamie

Not from code, or rather not without a component installed. It's really
a clientside function, best you will probably get is a window.print()
call, which is no different the them using the PRINT menu item.
 
Thank you.


Curt_C said:
Not from code, or rather not without a component installed. It's really
a clientside function, best you will probably get is a window.print()
call, which is no different the them using the PRINT menu item.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top