the one Posted May 15, 2009 at 02:04 PM Report #264379 Posted May 15, 2009 at 02:04 PM Boas pessoal . COmo crio uma msgbox personalizavel no vb ? tenho este codigo, mas dá erro : Dim mensagem As Integer mensagem = MsgBox("Deseja cancelar o login?", MsgBoxStyle.OkCancel, "Login") If mensagem = 1 Then End End If
Guest id194 Posted May 15, 2009 at 02:37 PM Report #264392 Posted May 15, 2009 at 02:37 PM MessageBox.Show()
the one Posted May 15, 2009 at 02:39 PM Author Report #264394 Posted May 15, 2009 at 02:39 PM MessageBox.Show() continua sem funcionar :s
Guest id194 Posted May 15, 2009 at 02:45 PM Report #264398 Posted May 15, 2009 at 02:45 PM Acho que isto te resolve o problema então: http://www.portugal-a-programar.pt/guidelines/
cagueca Posted May 15, 2009 at 02:48 PM Report #264403 Posted May 15, 2009 at 02:48 PM messagebox.show("Aqui poes o texto que queres") procura no google melhor para os icones e o resto ...
the one Posted May 15, 2009 at 02:52 PM Author Report #264406 Posted May 15, 2009 at 02:52 PM Acho que isto te resolve o problema então: http://www.portugal-a-programar.pt/guidelines/ Obrigado 😄
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now