Printing the view
-
Hi, in my applcation,i have graphs, trend graph like that.Each view i have this kind of diagrams..I have to print this page when i press print button in my view page.How can i do that?Till now i didnot work in printers. Is there tutorial?Pls help me?
Anu
-
Hi, in my applcation,i have graphs, trend graph like that.Each view i have this kind of diagrams..I have to print this page when i press print button in my view page.How can i do that?Till now i didnot work in printers. Is there tutorial?Pls help me?
Anu
Hi, Please use this code. CPrintDialog printdlg( FALSE ); printdlg.DoModal(); Regards Velayudhan
-
Hi, in my applcation,i have graphs, trend graph like that.Each view i have this kind of diagrams..I have to print this page when i press print button in my view page.How can i do that?Till now i didnot work in printers. Is there tutorial?Pls help me?
Anu
See
PrintDlg(...)StartDoc(...)StartPage(...)
_**
**_
WhiteSky