If chkCommitmentMade.Checked = True Then
grpCommitments.Width = 200
grpCommitments.Height = 96
rdoAnyDay.Visible = True
rdoAnyTime.Visible = True
is there a better/easier way to resize my groupbox container?
I'm only trying to trim my code as thin as possible.
