I am fairly new to VB.Net and am having a curious problem.
I have an entry dialog form called from a main form. The calling form
needs to check the
DialogResult field for an OK response.
In my button service in the dialog form, I have:
Private Sub btnSave_Click(B yVal sender As System.Object, _
ByVal e As System.EventArg s) Handles btnSave.Click
I have an entry dialog form called from a main form. The calling form
needs to check the
DialogResult field for an OK response.
In my button service in the dialog form, I have:
Private Sub btnSave_Click(B yVal sender As System.Object, _
ByVal e As System.EventArg s) Handles btnSave.Click
Comment