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

2010-11-03 Thread Anubhava Dimri
I have Mono 2.8 and my application is build on .Net Framework 2.0. -- View this message in context: http://mono.1490590.n4.nabble.com/Error-with-Printpreview-and-Print-tp3023426p3024925.html Sent from the Mono - WinForms mailing list archive at Nabble.com. ___

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