Copy and Paste in VB.NET

In this article, we will create a program that has a copy and paste functions of any Text Documents. I already made this tutorial in vb6.0 but here we will use 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 Studio: Go to File, click New Project, and choose Windows Application. 2.

PDF Reader using Acrobat in VB.NET

In this tutorial, we will create a program that read PDF file using an Acrobat software in 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 Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add only one Button named Button1 and labeled it as "Open PDF File".

CD/DVDROM Eject in VB.NET

In this tutorial, we will create a program that can eject the CD/DVD-ROM of a laptop or desktop computer that can also view the drive for this ROM. 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 Studio: Go to File, click New Project, and choose Windows Application. 2. Right Click ToolBox, click Choose Items, in the Com Components Tab, check "Windows Media Player" and then click Ok. 3.

KCC Teacher’s Behavior Inventory System

The TBI system was developed using an Visual basic 2008 and Microsoft access 2007 for database support. the system was designed to accommodate the changing and new requirements as the system evolved. Key features including the development of evaluation forms and analysis of the submitted forms for report statistics are successfully implemented. Functionalities of TBI system are designed and

Password Generator in VB.NET

In this article, we will create a program that can generate a random password when we pressed the button. 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 Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add only one Button named Button1 and labeled it as "Generate Password".

Load Web Browser HTML Source in Notepad

In this article, we will create a program that can load the HTML source code of a website into the notepad. 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 Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add only one Button named Button1 and labeled it as "Save HTML source in Notepad".

Creating a Management Solution in Visual Basic #3 Filtering Records #1 Design and Filtering Function

Introduction: This tutorial is going to be on how to create a record management solution in Visual Basic. This Tutorial: Since this is a multi-part tutorial series, this tutorial is going to be on creating the first part of the filter records GUI. What Will Filtering Do? The filtering within the program will allow the user to filter through the entire file of results and perform additional changes to any single record or a group of records based off the filtering criteria. The filtering GUI will allow the user to search by a single piece of

Count Number of Characters in VB.NET

In this article, we will create a program that can count all the characters of a text inputted in a TextBox in vb.net. I already made a tutorial this one in vb 6.0 but it has complexity of code. 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 Studio: Go to File, click New Project, and choose Windows Application. 2.

Creating a Management Solution in Visual Basic #2 Add Record

Introduction: This tutorial is going to be on how to create a record management solution in Visual Basic. This Tutorial: Since this is a multi-part tutorial series, this tutorial is going to be on creating the add record function to append a new record to the management file. Add Record Form: As mentioned in the previous tutorial, the first part, we created the main form design, made the writeToFile function, and I mentioned that this addRecordButton component would link to a new form where the user is able to add, remove and modify as many

Creating a Management Solution in Visual Basic #1 Design and Writing To Files

Introduction: This tutorial is going to be on how to create a record management solution in Visual Basic. This Tutorial: Since this is a multi-part tutorial series, this tutorial is going to be on setting up the form and creating the much needed writeToFile function. The Design: For your reference, I am using Visal Studio Ultimate 2013, the programming should be the same but the design may differ from previous or future versions of the studio program. We are going to try and create the whole design in this first tutorial but we may have to