visual basic 2008

How to set your TextBox to Show and Hide Password in the User Registration Form.

Submitted by janobe on
In this turtorial, I will teach you how to set your Textbox to "show" and "hide" Password in the User Rgistration Form by using Visual Basic 2008. This will help you determined the password that you have input in the Textbox when registering in the User Registration Form. So let’s begin: Open the Visual Basic 2008 and create a new Windows Form Application.

How to create a TextBox Programmatically in Visual Basic 2008

Submitted by janobe on
In this turtorial, I will teach you how to create a TextBox programmatically by using Visual Basic 2008. With this, you don’t have to drag any TextBoxes in Form and set the location of it. It will create and set automatically. So let’s begin: First open Visual Basic 2008 and create a new Windows Form Application.

Tagukon National High School Library System

Submitted by janobe on
Due to the slow process of borrowing and returning of books in Tagukon National High School Library. The BSIT-4 college students came up with this idea of making a Library system that would make every transaction faster and more accurate. It contains transactions such as borrowing and returning of books. And the inventory of books that you will easily know the in and out’s of the books. In here

Ilog Catholic High School (ICHS) Library System

Submitted by janobe on
This Library System is made by the Fourth Year College Students Of Kabankalan Catholic College for the requirements of their capstone. They used Visual Basic 2008 And MYSQL for their Database. It will generate Reports using a Crystal Report. These are the following features of the system: •Login and Logout • Transaction (Borrow Books, Return Books, Penalty and Lost and Replacement of books).

How to Write an Entry to the Application Event Logs in Visual Basic 2008

Submitted by janobe on
In this tutorial, I will teach you how to Write an Entry to the Application Event Logs by using Visual Basic 2008. Logs are very important because it will track every event that are happening in your application. So, let’s begin: 1. Open Visual Basic 2008. 2. Create a new Windows Application. 3. Make the Form just like this. First Form Event Logs Now, go to the code view. Create a variable that will set the entry type of the event log.

Convert Audio File into Text in Visual Basic 2008

Submitted by janobe on
In this tutorial I will show how to convert the audio file into text by using Visual Basic 2008. This method helps you, how to recognize the content of your audio file. For instance, if the audio file cannot be heard or cannot be understood. It will be recognized, because the content of it will appear in the Box through text. Let’s begin: Open the Visual Basic 2008, create a new Windows Application and drag a RichTextBox, TextBox and the Button.

How to Create a Simple NotifyIcon in Visual Basic 2008

Submitted by janobe on
In this tutorial I will teach you how to create a simple NotifyIcon by using Visual Basic 2008. This NotifyIcon contains the system information that allows you to know the current date and the kind of operating system (OS) that you are using. So let’s begin: Open Visual Basic 2008 and create a new Windows Application. Drag a “ContextMenuStrip”, ”NotifyIcon”, ”Button” and “Label”.