Course Solutions Uncategorized (Solved) : Lab 15 Please Comment Program Done Thanks Create C Winforms Program Textbox Input Fields N Q33125402 . . . .

(Solved) : Lab 15 Please Comment Program Done Thanks Create C Winforms Program Textbox Input Fields N Q33125402 . . . .

 

Lab 15

Please comment on the program what is been done.Thanks.

Create a C# Winforms program that has TextBox input fields forname and address. You might want to set the Multiline property totrue for the address.

Add a “Save” button that when clicked opens a “Save Dialog” thatallows a user to specify a filename. The code will look somethinglike this:

            DialogResultresult = saveFileDialog1.ShowDialog();
           if (result == DialogResult.OK)
           {
               // get name and address, write to file
           }

On “OK” from the “Save Dialog”, write the contents of the nameand address field into a file. Use the File.WriteAllTextmethod from System.IO.

Optional Challenge: Add Clear andLoad buttons.  Clear clears the inputfields.  Load opens a

OR

PayPal Gateway not configured

OR

PayPal Gateway not configured

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post