Open any type of file,click print button programatically.
In windows application iam using System.Diagnostics.Process.Start(filepath) to open the file and i would to click the print option thro programatically.
Whether we can able to achieve this in windows application. Kindly help me.