Posts by GB.Domingos • 9 points
2 posts
-
-1
votes3
answers4012
viewsA: Confirmation of closing the form
var result = MessageBox.Show("Deseja realmente sair?", "Rei dos Pisos", MessageBoxButtons.OKCancel, MessageBoxIcon.Question); if (Convert.ToString(result) == "Cancel") { e.Cancel =…
-
1
votes2
answers1165
viewsA: Modal Bootstrap does not work
I understood more or less what you are wanting to do, you will have to take this modal from within the form validacao_usuario.php and send the data from it via post to your page recovery.php. This…