Handles Button1.Click If ComboBox1.Text = "Admin" And TextBox1.Text = "Pass" Then Timer1.Start() Label3.Visible = True Else MsgBox("Inserte datos correctos", MsgBoxStyle.Critical, "Incorrect data") End If End Sub Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs)...
(less)
Part1 and 2 will be about Main Menu And then ill uppload A video about how to make our character move. Then a third video with Health Score items and such and on the fourth will add guns and a Boundry system Please keep looking at my channel it will be upploaded once i get the time to do it. Song...
(less)
Visual basic Math Quiz - Might stop uploading to youtube and would upload to my website ( www.ytnarutoulee.ucoz.com ) ... Visual basic Math Quiz
(less)
Esta es una pequeña descripción de como se trabaja con linq, para aquellos que quieran aprender... ... linq programar "visual studio" "visual basic" .net
(less)
.Reload() ComboBox1.Text = "" End If End Sub Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick ProgressBar1.Increment(1) If ProgressBar1.Value = ProgressBar1.Maximum Then Form2.show() Me.Close() End If End Sub Private Sub Form1_Load(ByVal sen...
(less)
code :Public Class Form1 Private Sub SaveAsToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SaveAsToolStripMenuItem.Click Dim SaveFile As New SaveFileDialog SaveFile.FileName = "" SaveFile.Filter = "Text Files (*.html) *.html...
(less)
Video Tutorial zeige ich euch wie ihr ganz einfach mit Visual Basic einen Taschenrechner erstellt Bitte Abonniert Kommentiert und Bewertet Code: Label1.Text = Val(TextBox1.Text) + Val(TextBox2.Text) Ihr müsst wo das Plus ist * für mal / für geteilt - für minus English: First you will see a new fo...
(less)