Click to See Complete Forum and Search --> : drawing controls in printing


rk_guturu
October 24th, 2005, 06:42 AM
Step 1) put a label in a form
Step 2) put picturebox over label such that it covers the label.

Step 3) now try to draw controls using Printing namespace.

Now observe, In UI , we cannot see label because the picture box is covered the label but where as in case of print preview both controls are able to see. we should restrict the label for printing.

how can we achieve?