Hello JSW W.,
To get for example the client "Yes" selection you need to do the following:
If dlg.Show() = CInt(DialogResult.Yes) Then
...
EndIf
Regrads,