How can i show the Printer Property Dialog by C# code?
Hi,
I know that i can create a PrintDialog and click on the property button ;-P
But i need to display that property dialog (that is a Windows standard dialog) from my C# code...
How can i do? Have i to use APIs? If yes, where can i find an API's reference guide?
Ty in advance