-
dench28 added to a playlist 3 weeks ago
Visual Basic 2010 Express Tutorial 46 - Playing YouTube Videos With WebBrowser And Parameters
This tutorial shows how to embed and play a YouTube video. The WebBrowser is used to play the videos.
Modification...
-
Learning Visual Basic - Tutorial 46 - Programming Your Big Notepad Part. 3
Learning Visual Basic - Tutorial 46 - Programming Your Big Notepad Part. 3:
Programming your Big Notepad to accept Shortcut Keys.
PayPal Donation:...
-
Visual Basic 2010 Express Tutorial 45 Double Buffering And Backgrounds EZInvaders Part 14
A few YouTube users commented that adding background images to the form slows the game down. This tutorial will show...
-
Visual Basic Express 2010 Tutorial 44 - Replaying The Game - EZInvaders Part 13 Video Game
This tutorial will show how to restart the game once the game is finished.
-
Visual Basic Express 2010 Tutorial 43 - Pausing The Game - EZInvaders Part 12 Video Game
This tutorial will show how to pause the game. All that is needed is to enable and disable the timer.
-
Visual Basic Express 2010 Tutorial 42 - Adding WAV Sound Files - EZInvaders Part 11 Game
This tutorial will insert wav files into the game. The wav sound files can be downloaded for free at the SchoolFreewa...
-
Visual Basic Express 2010 Tutorial 41 Dynamically Adding Invaders - EZInvaders Part 10 Game
Copy and pasting objects in the form manually does works for small sets of objects. If the application needs 100s of ...
-
Visual Basic Express 2010 Tutorial 40 Dynamically Making Objects - EZInvaders Part 9 Game
Copy and pasting objects in the form manually does works for small sets of objects. If the application needs 100s of ...
-
-
dench28 added to a playlist 3 weeks ago
Visual Basic Express 2010 Tutorial 39 Copy And Paste Arrays Section 2/2 - EZInvaders Part 8 Game
Now comes time to add more invaders to the game. This tutorial will use the copy and paste method of adding objects. ...
-
Visual Basic Express 2010 Tutorial 38 Copy And Paste Arrays Section 1/2 - EZInvaders Part 7 Game
Now comes time to add more invaders to the game. This tutorial will use the copy and paste method of adding objects. ...
-
Visual Basic Express 2010 Tutorial 37 Hit Detection - EZInvaders Part 6 Game
To hit the invader with the shot, the extreme edges of the shot and invader must be found. Once all four edges are fo...
-
Visual Basic Express 2010 Tutorial 36 Invading Earth - EZInvaders Part 5 Game
The invaders are coming. This tutorials shows the creation and movement of the invader within the game.
-
Visual Basic Express 2010 Tutorial 35 Firing The Shot - EZInvaders Part 4 Game
This tutorial will show how to get the shooter to fire the shot correctly. Relative coordinates will be used to posit...
-
Visual Basic Express 2010 Tutorial 34 Programming The Shooter - EZInvaders Part 3 Game
This tutorial will move the shooter with the arrow keys. KeyDown will be used. KeyDown is a little different than Key...
-
Visual Basic Express 2010 Tutorial 33 Drawing With Gimp - EZInvaders Part 2
This tutorial will make the invader and Shooter PNG Images with Gimp. Gimp is a free download at http://www.GIMP.org
-
Visual Basic 2010 Express Tutorial 31 - Picture Transparency - PNG Images Within PictureBoxes
http://www.schoolfreeware.com This tutorial shows some of the ways to use transparency within Visual Basic. VB has false transparencies and the tra...
-
-
dench28 added to a playlist 3 weeks ago
Visual Basic Express 2010 Tutorial 32 EZInvaders Part 1 Simple Video Game Programming
This tutorial is the overview and shows the form setup of the EZInvaders game that will be programmed in its entirety...
-
Visual Basic 2010 Express Tutorial 29 - Making A Class
This tutorial will take what was done in Tutorial 28 and modify the application for use with classes. To make a class...
-
Visual Basic 2010 Express Tutorial 30 - Classes For A Roll Playing Game Simulation
The code can be downloaded at: http://www.schoolfreeware.com
The tutorial is a walkthrough of a roll playing game sim...
-
Visual Basic 2010 Express Tutorial 28 - MultiDimensional & Parallel Arrays
A short time ago, there was a VB Application that I came into contact with. The application required multi-dimensiona...
-
Visual Basic 2010 Express Tutorial 27 - Wrap Up - SpeakABcs 11/11
There are just a few adjustments that must be done to make SpeakABCs complete. This program is finished. You can make...
-
Visual Basic 2010 Express Tutorial 26 - Adding An Icon - Application & Windows - SpeakABCs 10/11
Gimp is a free program that is similar to PhotoShop. Gimp can save graphics as an Windows Icon.
Gimp can be downlo...
-
Visual Basic 2010 Express Tutorial 25 - Making A HelpBox Formatting Text & TextBox - SpeakABCs 9/11
This tutorial will use a TextBox and format text to make an HelpBox for the user.
-
Visual Basic 2010 Express Tutorial 24 - Adding An AboutBox - SpeakABCs 8/11
An AboutBox can be added by clicking on Project - Add Windows Form - then selecting About Box from the templates. Th...
-
-
dench28 added to a playlist 3 weeks ago
Visual Basic 2010 Express Tutorial 23 - Inserting A SplashScreen - SpeakABCs 7/11
A SplashScreen can be added by clicking on Project - Add Windows Form - then selecting Splash Screen from the templa...
-
Visual Basic 2010 Express Tutorial 22 - Adding A Menu - SpeakABCs 6/11
To add a menu to your application, click on Menus & Toolbars within the Toolbox. and drag and drop MenuStrip (Contex...
-
Visual Basic 2010 Express Tutorial 21 - Playing Sound Files - SpeakABCs 5/11
For this tutorial, wav sound files will be used. This tutorial will cover three ways sound files can be played: Hard ...
-
Visual Basic 2010 Express Tutorial 20 ColorDialog - Changing Background & Font Color -SpeakABCs 4/11
Visual Basic comes with a Color Dialog Box. When called, the ColorDialog will appear allowing the user to select a co...
-
Visual Basic 2010 Express Tutorial 19 - RadioButtons and ASCII Values - SpeakABCs 3/11
Currently, SpeakABCs has KeyPresses that allow characters other than letters or numbers to be displayed. By checking ...
-
Visual Basic 2010 Express Tutorial 18 - Form Setup and KeyPresses - SpeakABCs 2/11
This tutorial shows how SpeakABCs is being setup and how the application can accept KeyPresses.
-
Visual Basic 2010 Express Tutorial 17 - SpeakABCs Overview - SpeakABCs 1/11
The next group of tutorials will create an entire application from start to finish. SpeakABCs is that application. Th...
-
Visual Basic 2010 Express Tutorial 15 Multiple Window Forms
Adding new window forms to your application is easy. Click on Project then Add Windows Forms. Select the form you wan...
-
-
dench28 added to a playlist 3 weeks ago
Visual Basic 2010 Express Tutorial 16 - ASCII Tables and Values
ASCII Table Link: http://en.wikipedia.org/wik...
Characters have a value assigned to them. The functions Asc() c...
-
Visual Basic 2010 Express Tutorial 14 - Making A Multidimensional Array and Matrix
http://www.SchoolFreeware.com for code download
This tutorial will show how to create a multidimensional array. An 2 dimensional array (matrix) wi...
-
Visual Basic 2010 Express Tutorial 13 - Making Parallel Arrays - Animation
This tutorial will take the code from tutorial 12 and build upon the code. This application will use several balls to...
-
Visual Basic 2010 Express Tutorial 12 - Bouncing Ball Animation
This video tutorial shows how to perform a simple animation by moving a ball (shape) around the screen with a timer. ...
-
Visual Basic 2010 Express Tutorial 11 - Guess My Number Part 2 of 2 - Game
This video will show part 2 of creating the game Guess My Number. Subs, random numbers, integers, if statements, erro...
-
Visual Basic 2010 Express Tutorial 10 - Guess My Number Part 1 of 2 - Game
This video will show part 1 of creating the game Guess My Number. Subs, random numbers, integers, if statements, erro...
-
Visual Basic 2010 Express Tutorial 9 - Random Numbers
This video tutorial will show how to randomize numbers in VB. The method is simple but there are many pitfalls that c...
-
Visual Basic 2010 Express Tutorial 8 - Embedding And Playing YouTube Videos
Code Download: http://www.schoolfreeware.com
Notes:
You need to have Flash Player installed on the computer:
-
-
dench28 added to a playlist 3 weeks ago
Visual Basic 2010 Express Tutorial 7 - Playing Movies With Windows Media Player
Code Download: http://www.schoolfreeware.com
Notes:
The Windows Media Player can be found by right mouse clicking Components (in the ToolBox), Ch...
-
Visual Basic 2010 Express Tutorial 6 - Data Parsing Error Checking and An User Friendly Interface
Code Download: http://www.schoolfreeware.com
This is Part 3 Simple Calculator
Data Parsing is more powerful than using VAL() STR(). The code for pa...
-
Visual Basic 2010 Express Tutorial 5 - Simple Calculator Part 2 - RadioButtons
The code can be downloaded at http://www.schoolfreeware.com
RadioButtons hold a Boolean value of either true or false (Checked or Unchecked)
Only...
-
Visual Basic 2010 Express Tutorial 4 - Simple Calculator Part 1
Code Download: http:/www.schoolfreeware.com
The Data Type Summery (Visual Basic) can be found on Microsoft's MSDN Website
-
Visual Basic 2010 Express Tutorial 3 - Programming The Meaning Of Life
The code can be downloaded at http://www.schoolfreeware.com
This is a little program that is fun to make. It is not to be taken seriously. Deep Th...
-
Visual Basic 2010 Express Tutorial 2 - Events
All code can be downloaded at: http://www.schoolfreeware.com
When the user or computer does something this can trigger an event to happen. Example...
-
Visual Basic 2010 Express Tutorial 1 - Getting Started Hello World - Free Download
All code can be downloaded at: http://www.schoolfreeware.com
The Visual Basic 2010 Express Install File can be downl...
-