Alright,
I work for an installation company. We have a program that populates a ListView with hundreds of work orders, along with info about the work order, such as address, customer name, etc.
Basically, a listview with hundreds of rows and a dozen columns.
Here's the issue:
The dumbass app developers didn't include any kind of export function. I would like to read the listview using API to copy it to a listview in my own program. Then, I can do sorting/printing/exporting/etc.
I've spent a good couple of hours trying to research the best way to copy a listview out of another program into mine.
Help?
I work for an installation company. We have a program that populates a ListView with hundreds of work orders, along with info about the work order, such as address, customer name, etc.
Basically, a listview with hundreds of rows and a dozen columns.
Here's the issue:
The dumbass app developers didn't include any kind of export function. I would like to read the listview using API to copy it to a listview in my own program. Then, I can do sorting/printing/exporting/etc.
I've spent a good couple of hours trying to research the best way to copy a listview out of another program into mine.
Help?