A set of .NET Framework managed libraries for developing graphical user interfaces.
c# printDocument1.Print(); System.Runtime.InteropServices.SEHException
zz z
1
Reputation point
private void button1_Click(object sender, EventArgs e)
{
printDocument1.Print();
if (AutoPrint)
this.Close();
}
My system is win10,vistual studio in debug mode click button1 printDocument1.print error,only run exe no error.
Developer technologies | Windows Forms
Developer technologies | Windows Forms
Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Sign in to answer