05 Laboratory Exercise Event Driven Lagyaliii
05 Laboratory Exercise Event Driven Lagyaliii
BSIT 503
string[] alloutput = {
"Full Name: " + lastname + ", " + firstname + " " + middleinitial + ".",
"Program: " + program,
};
try
outputFile.WriteLine(line);
MessageBox.Show("An error occurred while saving the data: " + ex.Message, "Error",
MessageBoxButtons.OK, MessageBoxIcon.Error);
}
private void frmRegistration_Load(object sender, EventArgs e)