Hi,
Can someone tell me why the e.HasMorePages = True in the code below don't work
I need to print the word Aetek in a new page.
Thanks in advanceCode:Private Sub PrintDocument1_PrintPage... e.Graphics.DrawString("Makor", DrawFont, DrawBrush, x, y, RTL_Alignment) e.HasMorePages = True e.Graphics.DrawString("Aetek", DrawFont, DrawBrush, x, y, RTL_Alignment) e.HasMorePages = False End Sub




Reply With Quote