Hi All,

I found another way to close Form with several buttons.
Here's the Code:

VB Code:
  1. Private Sub CloseForm(ByVal sender As Object, ByVal e As System.EventArgs) Handles cmdCancel.Click, cmdOK.Click
  2.         End
  3.     End Sub

Could be helpfull.
Wkr,

sparrow1