visual basic

File Watcher - Allow or Disallow Renaming Files or Folder in VB.NET

Submitted by donbermoy on
This is a continuation of my other yutorial named File Watcher - Allow or Disallow Creating Files or Folder in VB.NET, but in this tutorial it will grant to rename or disallow renaming of files and folder 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.

Disable Paste in A Numeric TextBox in VB.NET

Submitted by donbermoy on
Today, I will teach you how to create a program that will disable paste in a numeric textbox 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. Add only a TextBox named TextBoxNumeric in your Form. 3. Now

Recent Files - Open in VB.NET

Submitted by donbermoy on
This tutorial will teach you how to open the file and the file location of the recent files in vb.net. This is a continuation of my other tutorial in displaying the recent files. 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.

Recent Files - Display in VB.NET

Submitted by donbermoy on
Today, I will teach you how to create a recent files to be displayed in the ListView 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 one listview named listViewrecentfiles with three columns namely Item name, Date Created, and Name of the file, and one button also named button1checkrecent.

Creating your own calendar in VB.NET

Submitted by donbermoy on
This is a tutorial that will teach you how to create and design your own calendar 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.

How to Shake a Form in VB.NET

Submitted by donbermoy on
This is a tutorial that will teach you how to create a form shaker 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 two Buttons named Button1 for Left-Right shake and Button2 for Up-Down shake button.

Display Windows User Properties in VB.NET

Submitted by donbermoy on
Today, I will teach you how to create a program that displays the Windows User Properties in VB.NET. It will have Windows user properties like Username, Guest User, System, Anonymous, Authentication, Impersonation Level, Authentication Type, Groups, Owner Value, User Value, and Token Size. 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 Sliding Panel in VB.NET

Submitted by donbermoy on
This tutorial will teach you how to create a sliding panel 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 four LinkLabel name LinkLabel1 and LinkLabel2 that holds the Panel1 and Panel2, respectively, and linkPanel1 and linkPanel2 to show the Panels.

Hide Folder in VB.NET

Submitted by donbermoy on
Today, I will teach you how to create a program that can hide folder 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 "Browse Folder to Hide" and FolderBrowserDialog named as FolderBrowserDialog1 for browsing a folder.

Geographic Information System (GIS) in Flood Prone and Disease Affected Areas

Submitted by donbermoy on
This Geographic Information System (GIS) in Flood Prone and Disease Affected Areas is a capstone project/thesis system that I've made for a particular school. Features of the system are: - GIS - Map Viewing - Flood Monitoring - Disease Affected Areas Monitoring such as Dengue, Malaria, and Measles - Has Zoom, Panning Mode, and Quick Toolbar for the Map - Search Baranggay - User Settinga - Report -