diff --git a/EduNetworkBuilder/PersonProfileForm.cs b/EduNetworkBuilder/PersonProfileForm.cs index 82fc1ce..0dd2b3e 100644 --- a/EduNetworkBuilder/PersonProfileForm.cs +++ b/EduNetworkBuilder/PersonProfileForm.cs @@ -494,9 +494,15 @@ namespace EduNetworkBuilder btnHWSave.Visible = false; return; } + tbHWClass.Text = ViewedSchoolwork.Class; tbHWDescription.Text = ViewedSchoolwork.Description; tbHWName.Text = ViewedSchoolwork.Name; + + myTooltip.SetToolTip(tbHWClass, tbHWClass.Text); + myTooltip.SetToolTip(tbHWDescription, tbHWDescription.Text); + myTooltip.SetToolTip(tbHWName, tbHWName.Text); + dtpHWDue.Visible = true; lblHWDue.Visible = true; if (ViewedSchoolwork.IsSumbitted)