G
G .Net
Hi
Is there any way I can a DialogResult with a label click on a form? That is,
I would like to be able to close a form when a label is clicked and also
send, for example, DialogResult.OK to the calling routine for the form e.g.
Dim f As frmMyForm = New frmMyForm
If f.ShowDialog = DialogResult.OK Then
.......
End If
Thanks in advance
Is there any way I can a DialogResult with a label click on a form? That is,
I would like to be able to close a form when a label is clicked and also
send, for example, DialogResult.OK to the calling routine for the form e.g.
Dim f As frmMyForm = New frmMyForm
If f.ShowDialog = DialogResult.OK Then
.......
End If
Thanks in advance