Uploaded videos
1-10 of 21-
Visual Basic 6.0 Tutorial, Open Programs and stuff
esproman
14,140 views
Code:
Command1:
shell "notepad.exe"
Command2:
shell "calc.exe"
Command3:
shell "C:\Program Files\Mozilla Firefox\firefox.exe"
Text1:
If Text1.Text = "test" Th...
-
How to make a advanced msgbox/error box!!!
esproman
42,206 views
Code:
a = MsgBox("Choose yes or no",3 , "Question")
if a = vbYes then
b = MsgBox("You Choosed Yes", , "Huray")
else
c = MsgBox("You choosed no", , "Huray")
End If
...
-
Advanced Message Box - Visual Basic 6 tutorial
esproman
36,282 views
Code:
Dim warning As Integer
warning = MsgBox("Do you really want to remove the evil virus?", vbCritical + vbYesNo, "WARNING!!!")
If warning = vbYes Then
Text1.Text = "...
-
Re: Fastest Clicker Contest
esproman
2,259 views
Got 75 :)
http://www.enweb.net
-
VB .net basic (save programs)
esproman
471 views
http://www.enweb.net
-
How to make an icon in Photoshop
esproman
1,267 views
http://www.enweb.net
-
Installing Stepmania songs
esproman
236 views
http://www.enweb.net
-
Make your comuter faster
esproman
1,411 views
This will show you how you can make your computer go faster
http://www.enweb.net
-
Download Fake Error creator
esproman
4,395 views
http://www.enweb.net
-
Changing the text in Visual Basic
esproman
442 views
Here is the code:
Private Sub Command1_Click()
Label1.Caption = "Hello World"
End Sub
Private Sub Label1_Click()
Label1.Caption = ""
End Sub
http://www.enweb.net...
Advertisement










Play all(21)