PrintPreviewDialog trouble

  • Thread starter Thread starter jacopomeucci
  • Start date Start date
J

jacopomeucci

hi all.

I've a problem with PrintPreviewDialog in c#.

I've done a form with a ListViewControl and i tried to print the data
contents in this listview.

I've read the ListViewControl via a WHILE cicle and i've done document
then i've send it to the PrintPreviewDialog...end it seems to be
perfect but when i click the printer button on the PrintPreviewDialog
the printed document isn't what I see is not what i get.

So i've changed my WHILE cicle with a FOR cicle and the results is
perfect in preview and in print.

Someone may help me....thanks...

SORRY FOR MY POOR ENGLISH.
 
hi all.

I've a problem with PrintPreviewDialog in c#.

I've done a form with a ListViewControl and i tried to print the data
contents in this listview.

I've read the ListViewControl via a WHILE cicle and i've done document
then i've send it to the PrintPreviewDialog...end it seems to be
perfect but when i click the printer button on the PrintPreviewDialog
the printed document isn't what I see is not what i get.

So i've changed my WHILE cicle with a FOR cicle and the results is
perfect in preview and in print.

Someone may help me....thanks...

SORRY FOR MY POOR ENGLISH.

It is difficult to help you without seeing the code of your FOR-loop
and your WHILE-loop. Please post copies of them here.

Your English is a lot better than my Italian.

rossum
 
Back
Top