Re: [Mono-winforms-list] Error with Printpreview and Print

2010-11-02 Thread Stifu
With which version of Mono, and which OS? Does it work with .NET? If it happens with Mono 2.8, and works fine with .NET, please file a bug report. Anubhava Dimri wrote: > > Hello experts, > > When i am trying to view print preview it displays properly but secondly > if i want to view it displ

[Mono-winforms-list] Error with Printpreview and Print

2010-11-02 Thread Anubhava Dimri
Hello experts, When i am trying to view print preview it displays properly but secondly if i want to view it displays nothing. Dim ppv1 As PrintPreviewDialog = New PrintPreviewDialog ppv1.Document = PrintDocument1 ppv1.ShowDialog() I am not able to find out the problem. Thanks Anubhava D