vb 6.0

Music Player using Microsoft Multimedia Control in VB6

In this article, we will create a program that can play music using the Microsoft Multimedia Control 6.0. Now, let's start this tutorial! 1.Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.Go to Project Tab, and Click Components or Press Ctrl+T. 3. In the Controls Tab, find and Microsoft Multimedia Control 6.0, Microsoft Windows Common Controls 6.0 (SP6), and Microsoft Common Dialog Control 6.0.

No Duplication of Item in ListBox using VB 6.0

In this tutorial, we will create a program that can filter duplication inside our ListBox when we input the same text in the TextBox. Now, let's start this tutorial! 1.Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.Next, add only one Button named Command1 and labeled it as "Add Item", one TextBox named Text1 and make it as empty, and one LitBox named List1

Create a Hyperlink in VB 6.0

In this tutorial, we will create a hyperlink label in VB 6.0. I also created this tutorial in VB.NET using the LinkLabel Control but here in VB 6.0 there is no shortcut control for this. Now, let's start this tutorial! 1.Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2. Next, add only one Label named Label1 and labeled it as "Click this to go to Sourcecodester Website".

MagicSquare

Again, please refer to this URL for its description :-) http://en.wikipedia.org/wiki/Magic_square. This simple game application demonstrates the use of multidimensional arrays. It also features the generic algorithm used to solve the magic square in varying sizes (3, 5, 7, 9, 11, 13... you may add more sizes if you wish :-)). Thank you and more magic to come!