When I show a message using this code:
the InputPanel desapeare from my interface...Code:If MessageBox.Show("Cancelar a inclusão?", "Atenção", MessageBoxButtons.YesNo, MessageBoxIcon.Question, MessageBoxDefaultButton.Button2) = Windows.Forms.DialogResult.Yes Then Listar() End If
Any help?
Thanks in advance.
Loas


Reply With Quote