Quote Originally Posted by HowTo View Post
so it means it is not possible to change or add something new to the built in functionality of the PrintPreviewDialogl right?In that case i need to use the PrintPreviewControl,right?
The PrintPreviewDialog class is not declared NotInheritable so, in theory, you could derive your own class from it and add or modify its functionality. Whether or not you'll be able to do what you want in that way depends on what members are Private or Friend and which are Public or Protected.