No of visitors who read this post: 509
Category: Windows 7
Type: Question
Author: Joshephadamm
No votes yet

I want to know every details of coding vb6 print listview. How can I code vb6 print listview in windows 7?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#

I don’t know what you mean about printing listview in visual basic, but I will give you idea. When printing, you actually not print the Listview itself. What you need to print is the data from your database. Listview just gets the data from database and display it to listview but you cannot print the listview itself because it displays there the records, you need to get again the data from the database tables so you can display it to whatever report you want it to be displayed, and just design the report which will like to appearance of your listview.

Hope this give you idea.