hi
i have an error in under line code
External component has thrown an exception.
PrintDialog pd = new PrintDialog();
pd.PrinterSettings = new PrinterSettings();
pd.UseEXDialog = true;
if (DialogResult.OK == pd.ShowDialog())
{
// Print the file to the printer.
PrinterName=pd.PrinterSettings.PrinterName;
}
please help me out
thanks for the help
Go to the complete details ...