Sunday, 18 December 2016

Animation: Bouncing Ball in Visual Basic

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

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

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...