Я хочу, чтобы текстовое поле в моем окне сообщения продолжало получать ошибку.
MessageBox.Show(textBox1.text + "Saved As PDF");
и ошибка
Error 1 'System.Windows.Forms.TextBox' does not contain a definition for
'text' and no extension method 'text' accepting a first argument of type
'System.Windows.Forms.TextBox' could be found (are you missing a using
directive or an assembly reference?)
R:\Engineer\Russell Saari\CONFIGURATOR MODELS\MLD028 Userform (C# Coding)\WindowsFormsApplication2\MLD028D Actuator Form Complete.cs 118 38 WindowsFormsApplication