This tutorial will teach you how to create a program that has a blinking and changing color of the texts using vb.net.
Now, let's start this tutorial!
1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual...
Sunday, 18 December 2016
Animation: Bouncing Ball in Visual Basic
Posted on 23:56 by Unknown with No comments
In this tutorial I’m going to teach you how to animate a ball by using Visual basic .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...
Graphics for Visual Basic
Posted on 02:54 by Unknown with No comments
Conceptual Differences
In Visual Basic 6.0, graphics methods apply only to the Form object and to the PictureBox control.
In Visual Basic 2008, graphics methods apply to forms, plus any control that supports the Paint event, including the PictureBox, Panel, and GroupBox controls. Additionally,...
Animated Text in Visual Basic 2010
Posted on 02:36 by Unknown with No comments

Today, I will teach you how to animate a text by using Visual Basic 2008. With this, you don’t need to drag any Label in the Form. It is because, the codes will be the one to make a text that will be appear in the Form.
So let’s begin:
Open Visual Basic 2010, create...
Subscribe to:
Posts (Atom)