visual basic

Alarm Clock with Sound Message in VB.NET

Submitted by donbermoy on
In this tutorial, we will make a program that has an alarm clock function with sound message using 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 two Timers named Timer2 for displaying the current time and Timer1 for displaying the time to be alarmed.

Extension File Converter in VB.NET

Submitted by donbermoy on
This tutorial provides to make a program that can convert a file into any any file that is changing the extension filename of this file using 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.

Load and Display Contents of RTF File in a RichTextBox in VB.NET

Submitted by donbermoy on
This tutorial will provide to make a program that will load and display the contents of an RTF File in a RichTextBox using VB.NET. RTF means Rich Text Format and is a text file format used by Microsoft products. RTF files support text style formatting, as well as images within the text. Now, let's start this tutorial! 1.

Hotel Reservation System for EY Suites

Submitted by donbermoy on
When I was still a student, I already made various software/system projects, thesis writing, and capstone projects. One of those projects was this Hotel Reservation System for EY Suites that I have created. This Hotel Reservation System was programmed through Visual Basic 6.0 and Microsoft SQL Server 2000 as backend. Features of the System: Transaction - Reservation - Check-in - Check-out

Spell Check Tool in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a spell check tool in Visual Basic. Dictionary: First we need to get a dictionary of some sort, I am just going to create a simple text dictionary by opening a new Notepad document and typing: they're their there Note; we put one word per line so we can easily distinguish which words are which later on within our program.

Motivational Quote Selector in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a motivational quote selector to show you one random quote every day that will get you thinking. The Website: First we need a source of the random quotes, I've found this website which has an entire list of good, motivational quotes with the author listed as well... http://www.forbes.com/sites/kevinkruse/2013/05/28/inspirational-quotes/ Design: Next we need the design for our program... well, actually there is no design.

Internet Explorer Cleaning Tool in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a temporary file cleaner for Internet Explorer in Visual Basic. Information: The path Internet Explorer currently uses for storing the temporary files and folders is; C:\Users\{User name}\AppData\Local\Microsoft\Windows\INetCache\IE Design: This form simply uses one button to delete the contents; we can keep its name the default 'button1' since it is the only component on the form.

File Manager in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a file manager in Visual Basic. Design: This program requires the following: {component} {name} {text} {use} Button button1 Open To open the directory or file selected. Button button2 Root To reset to the C:\ (drive). Button button3 Delete To delete the selected directory or file. Listbox listbox1 - To list the directories and files held within the current directory the user is browsing. Variables: We need to keep track of the current path of the listbox so we n

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