I must be missing something here, but I can't seem to come up with a way to send the image generated on a form or picture box to my printer. Any help would be appreciated.
[CODE=vb]Form2.Picture1. Line (BaseStartLeft, BaseStartTop + TtlHt - TKHeight)-_
Step(BDepth - TKDepth, TKHeight), B[/CODE]
I tried Printer.Print and PrintForm methods, and either they don't work in this instance or my configuration is wrong.
Thank you,
Robert
[CODE=vb]Form2.Picture1. Line (BaseStartLeft, BaseStartTop + TtlHt - TKHeight)-_
Step(BDepth - TKDepth, TKHeight), B[/CODE]
I tried Printer.Print and PrintForm methods, and either they don't work in this instance or my configuration is wrong.
Thank you,
Robert
Comment