Hello,
I wrote a program that uses the ultraprintpreviewdialog (preview of forms and ultragrids).
On my development machine where I have the netadvantage installed and the machine runs on Windows Vista .I've created an install package for my program and installed it on 2 client pc's (no netadvantage installed). The first client pc runs on Windows XP and the second one on Windows Vista.
When I create a preview on my development machine everything works fine and it is fastWhen I create a preview on the XP client everything works fine and it is fastWhen I create a preview on the Vista client the preview is generated but I have to wait up to a minute before it is shown
Are there any known issues about this behaviour or any tips that might help me boosting the preview up on my vista client.
Peter
If you can debug on the vista system, you might want to see if there are first chance exceptions occuring during the print for some reason. To do that you would go into VS' Debug->Exception and check the option to break when an exception is thrown. Another possibility is that its related to the printer driver being used. You could try to see if you can test with a different driver and you can also test printing something else using .net's printdocument and check the timing of that.
Thanks for the quick response.
I changed the printerdriver and that solved it.