Get Length of the File using LOF Function in VB.NET

Submitted by donzzsky on
In this tutorial, we will create a program that can get the exact length of any kinds of file using the LOF function and without importing the system.IO. 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 #4 Filtering Records #3 Modify GUI For Previous Record Altering

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 third and final part of the filter records GUI, the modify GUI. Design: First add a new Windows Form to your project by going to Project > Add New Windows Form > Windows Form > Filter Modify GUI > OK. Then give it the following design, it's very similar to the add record GUI... Textbox, textbox1, information will be entere

Convert Number to Octal in VB.NET

Submitted by donbermoy on
In this article, we will create a program that can convert a given number into octal. Octal describes a base-8 number system. 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 "Convert".

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.

Babylon Browser 1.3

Submitted by gizidda on
Babylon Browser is a multitab multipurpose browser based on IE with favourites, predefined buttons, settings, chronology, and 4 external built-in applications: image viewer, smtp sender, lan chat client and server. It make a large use of showing / hiding panels.

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