Hey
In my Picturebox I draw some Lines (picturebox1.line) and I put some Labels inside the picturebox (Set MyPicture = Controls.Add("vb.label", "mypicture", picturebox1). If I use this command
Printer.PaintPicture picturebox1.Image, 20, 20
Printer.EndDoc
t printer prints out only lines and not the labels. What should I do to print the labels, too? Thanks for your help.
Jure
