Copy Image in Clipboard and Paste to PictureBox in VB.NET

Submitted by donbermoy on
In this article, we will create a program that copies an image in the clipboard and pastes it to a picturebox. I made a twist here because most programs only copy and pastes a text. 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.

Copy and Paste in VB.NET

Submitted by donbermoy on
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

Submitted by donbermoy on
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

Submitted by donbermoy on
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

Submitted by joken on
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

Submitted by donbermoy on
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

Submitted by donbermoy on
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

Submitted by Yorkiebar on
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

Submitted by donbermoy on
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.