How To Make A Messagebox Generator In Visual Basic 2008

vb 2008

  • Actuellement 0.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
Note : 0.0 sur 0 votes
Commentaires (0)
  X  



pub
 

Description

Visual Basic 2008 Messagebox generator, this is a simple tutorial on how to make a msgbox generator in vb08. You can make more advanced ones but this is a simple one Codes: If RadioButton1.Checked = True Then MsgBox(""&TextBox2.Text, MsgBoxStyle.Critical, ""&TextBox1.Text) ElseIf RadioButton2.Checked = True Then MsgBox(""&TextBox2.Text, MsgBoxStyle.Information, ""&TextBox1.Text) ElseIf RadioButton3.Checked = True Then MsgBox(""&TextBox2.Text, MsgBoxStyle.Exclamation, ""&TextBox1 ...

Mots-clés


Ajouter un commentaire

Nom :


Votre commentaire:


Confirmer:



* Merci de surveiller votre langage. 400 caractères maximum.

Commentaires

Soyez le premier à commenter cette vidéo.

Artiste : vb 2008
Titre de la vidéo : How To Make A Messagebox Generator In Visual Basic 2008
Catégories : vb
Vues : 251
Ajouté par : admin