Uploaded videos
1-10 of 24-
How To Make A Saving Form/ Welcome Page in VB 10 & 08
needviews
112 views
How To Make A Saving Form in VB 10 & 08
so ... how to make a welcome page for new users
that will not pop up next time when they open it :)
i found there codes myself :)
C...
-
Escape The Prison 3 Multiplayer Trailer
needviews
16 views
Awesome Multiplayer FPS , join !
Want to comment ? watch the original Escape The Prison 3 Trailer !
BY ToastedChickens
cinematic trailer
download mods , maps and more stufF...
-
VB 08 TUTORIAL6: Making advanced notepad
needviews
119 views
VB 08 TUTORIAL6: Making advanced notepad
Code:
NEW:
richtextbox1.clear
Close:
end
undo:
richtextbox1.undo
redo:
richtextbox1.redo
cut:
richtextbox1.cut
copy:
richtex...
-
VB 08 TUTORIAL5: Making image converter
needviews
157 views
VB 08 TUTORIAL5: Making image converter
Codes:
IMPORT:
Dim openfiledialog1 As New OpenFileDialog
If openfiledialog1.ShowDialog() = Windows.Forms.DialogResult.OK Then
Pan...
-
VB 08 TUTORIAL4: Making lines counter and text counter
needviews
117 views
VB 08 TUTORIAL4: Making lines counter and text counter
Codes:
Label1.Text = ("Ln: ") & RichTextBox1.Lines.Count
Label2.Text = ("Col: ") & RichTextBox1.Text.Count
-
VB 08 TUTORIAL3: Font and color dialogs
needviews
49 views
VB 08 TUTORIAL: Font and color dialogs
SUBSCRIBE FOR MORE
CODE:
FontDialog:
Dim fontdialog1 As New FontDialog
fontdialog1.ShowDialog()
RichTextBox1.Font = fontdialog1.Font
...
-
VB 08 TUTORIAL2: Making simple webbrowser
needviews
18 views
VB 08 TUTORIAL2: Making simple webbrowser
Codes:
Search:
webbrowser1.navigate(textbox1.text) 'You can type there: combobox1.text if you want :)
Back:
webbrowser1.goback
F...
-
VB 08 TUTORIAL: Making simple login system
needviews
70 views
VB 08 TUTORIAL: Making simple login system
i will make more soon!
Code:
If TextBox1.Text = ("NeedViews") Then
Else
MsgBox("INVALID USERNAME OR PASSWORD!", MsgBoxSt...
-
WDEV TUTORIAL3: Making Name program(Console)
needviews
24 views
WDEV TUTORIAL3: Making Name program
i will start making C# tutorials soon!
Program in video: WDev++ 2010 Professional Edition
enjoy!
-
WDEV TUTORIAL2: Making photo capture program
needviews
19 views
WDEV TUTORIAL2: Making photo capture program
codes:
WDevCodes.load.windowsapplication,1,2,3, 4,5.TEweload.picture.load,snap,saveas,close,clear
Advertisement










Play all(24)