T
Tom McL.
I have a program that produces a calendar which
I would like to print at the bottom of a page so I can
place a picture at the top.
I use the following code to print the calendar:
CaptureScreen()
printDocument1.Print()
It works well, but prints the Calendar at
the top of the page. How can I move the
calendar to the bottom of the page?
Thanks
TM
I would like to print at the bottom of a page so I can
place a picture at the top.
I use the following code to print the calendar:
CaptureScreen()
printDocument1.Print()
It works well, but prints the Calendar at
the top of the page. How can I move the
calendar to the bottom of the page?
Thanks
TM