Pete DeLine wrote: > > Can anyone tell me if there is a way to print the content of a window? >
On Windows, use Alt-PrtScr. If you mean a PWC window in a browser, than maximize your browser, maximize your window and do the same: Alt-PrtScr. If you want the current viewable area, do Alt-PrtScr, open mspaint, and select the area you want and print it. In addition, but this is much harder, you can supply rules for the print visualisation in the CSS files. Be aware, however, that most browsers do not print background pictures or colors, which may make it extremely hard to print what you want the way you want. Also, the printed media CSS is by far not so well supported as screen media is (personally, I wouldn't bother if I were you, just use the Alt-PrtScr, which is very fast and intuitive). If the content of your window is another page (you use an IFrame) then rightclick and select Print. -- Abel _______________________________________________ Javawin mailing list [email protected] http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
