animation

Animation: Bouncing Ball in Visual Basic 2008

Submitted by janobe on
In this tutorial I’m going to teach you how to animate a ball by using Visual basic 2008. The feature of the ball is that, it bounces in every side of the Form. With this, you will learn the functions of the bitmap and the graphics object. Let’s begin: Open the Visual Basic 2008 and create a New Windows Application.

Battle Tanks - An advanced animation and deeper understanding of VB 6.0 class

Submitted by donbermoy on
When I was still a student, this laboratory activity in Visual Basic 6.0 subject caught my attention. I love anime and making them is an amusement for me. I thank my instructor in this subject when he taught us about vb6.0 class in programming and then this advanced animation in our prefinals. I posted this kind of animation in vb.net but I was an instructor at that time. And here in this post, it

Advanced Animation with a Deeper Understanding of VB.NET Class

Submitted by donbermoy on
Classes are essential to VB.NET programs. They are the building blocks of our programs. A Class is a reference type—it is allocated on the managed heap. It can have Functions and Subs, and also data members—this includes fields. It is a container for data and code. The data within the class can be accessed with properties. The code is referred to as methods. The best thing about OOP is that it

Animation in VB.NET

Submitted by donbermoy on
Animation is a simulation of movement created by displaying a series of pictures, or frames. Cartoons on television is one example of animation. Animation on computers is one of the chief ingredients of multimedia presentations. There are many software applications that enable you to create animations that you can display on a computer monitor. And for now, we will create an animation using vb.net. Now, let's start this tutorial! 1.