how to print Test-page on default Printer
using C# Winform Code ?
thank\'s in advance
Use WMI, specifically, the PrintTestPage method of the Win32_Printer class.
See this MSDN article for how to execute a WMI method from C#: How To: Execute a Method