how to print MsFlexgrid items using printdialog box,printdocuemnt and all

T

Tulasi

Hi all,
This is very uregent requirement.Requirement is, i am using MSFlexgrid in
vb.net .At the run time this grid contains some data items.Any body knows
how to print these rows using printdilalogbox,printDocumnet and all .
Please tell me the sample example of this requirement

Thanks in advance
TulasiKumar
 
H

Herfried K. Wagner [MVP]

Tulasi said:
This is very uregent requirement.Requirement is, i am using MSFlexgrid in
vb.net .At the run time this grid contains some data items.Any body knows
how to print these rows using printdilalogbox,printDocumnet and all .

You may want to iterate over the rows and columns and write them to a
'PrintDocument' object.

A *VB6* sample for printing a MSFlexGrid control can be found here:

<URL:http://www.activevb.de/tipps/vb6tipps/tipp0249.html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top