I am trying to print a form with 2 listboxes, a treeview, and a listview. When I invoke
me.printform
I get everything to print EXCEPT the listview, which is what I really want.
Any help would be appreciated.
-Elias
Printable View
I am trying to print a form with 2 listboxes, a treeview, and a listview. When I invoke
me.printform
I get everything to print EXCEPT the listview, which is what I really want.
Any help would be appreciated.
-Elias
You can print the ListView with Printer.PaintPicture ListView1.Picture, 0, 0.
That didn't work. I don't want to print the background of the listview, I want to print the listview itself.