VB2008(Tutorial) Error Provider&ToolTips

vb2008

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



pub
 

Description

I show you how to use the "Error Provider"&"ToolTips" In Microsoft Visual Studio 2008 Code: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim Tips As New ToolTip Tips.SetToolTip(TextBox1, "This is where you will type your name") End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim ierror As New ErrorProvider If CheckBox1.Checked = False Then ierror.SetError(CheckBox1 ...

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 : vb2008
Titre de la vidéo : VB2008(Tutorial) Error Provider&ToolTips
Catégories : vb
Vues : 209
Ajouté par : admin