Uploaded videos
1-10 of 36-
Visual Basic.NET to C#
environmentalnerd53
6,937 views
How to convert Visual Basic.NEt to C# or Vice Versa.
Link to VB to C#:
http://www.developerfusion.com/tools/convert/vb-to-csharp/
Link to C# to VB:
http://www.developer...
-
How To Make A Simple Task Manager In Visual Basic 2010 (Works in visual basic 2008)
environmentalnerd53
18,187 views
Visual Basic.NET - Simple Task Manager. Just a simple tutorial on how to make a program that shows all processes and allows you to end then. Thanks to AeonHack for help.
C...
-
How To Get A List Of Installed Fonts In Visual Basic 2010 (Works In Visual Basic 2008)
environmentalnerd53
4,141 views
Visual Basic 2010/2008 - Get a list of fonts installed on your computer. Just a simple tutorial on getting a listbox to show all your installed fonts :) Works with Visual b...
-
How To Calculate The Mean/Average In Visual Basic 2008
environmentalnerd53
9,615 views
Visual Basic 2008 - Calculate The Mean. Just a simple tutorial on how to work out the average using maths in VB. Yes, I GOT WINDOWS 7!! Its really good, way better than shi...
-
How To Make a Bouncing Ball In Visual Basic 2008
environmentalnerd53
16,421 views
Visual Basic 2008 - Bouncing Ball. Just a simple tutorial of what the title says.
Download Source:
http://www.mediafire.com/download.php?jqzzmjznvwn
The reason why you have...
-
How to get a list of installed programs in Visual Basic 2008
environmentalnerd53
4,812 views
Visual Basic 2008 - Get A List of installed Programs. Just a simple tutorial on getting a list of installed programs into listbox. I;m back on my old laptop as my Vista com...
-
How to make a pie chart in Visual Basic 2008
environmentalnerd53
20,136 views
Visual Basic 2008 - Pie Chart! Just a simple tutorial on how to draw a pie chart using graphics :)
codes:
Public Sub DrawPieChart(ByVal percents() As Integer, ByVal colors...
-
Cool Graphics Example In Visual Basic 2008
environmentalnerd53
13,902 views
Visual Basic 2008 - cool Graphics Example. Just a tutorial on how to draw gradients and text in Visual Basic 2008.
Heres the code:
Dim myRectangle As New Drawing.Rectangle(...
-
How To Use MDI Forms In Visual Basic 2008
environmentalnerd53
18,582 views
Visual Basic 2008 - MDI Forms. Fairly simple, Mostly about a form in a form, can be useful lol.
Codes:
Dim ChildForm As New Form2
ChildForm.MdiParent = Me
ChildForm.Show()
...
-
How To Play Youtube Videos In A Media Player Control In Visual Basic 2008
environmentalnerd53
12,464 views
Pay youtube video's in visual basic 2008.
Codes:
Dim Str As String = _
TextBox1.Text.Replace("/watch?v=", "/v/")
AxWindowsMediaPlayer1.URL = Str
Advertisement










Play all(36)