folder

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

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.

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

This tutorial will teach you how to create a program that will use the File Watcher component allowing files or disallow creating files or 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 FileSystemWatcher in the form.

Hide Folder in VB.NET

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.

How to Create a File Browser in Visual Basic

Introduction: Welcome to a tutorial on how to create a file browser in Visual Basic. Steps of Creation: Step 1: First we want to create a form with a listbox to contain the current path items (files and directories), a button to open a directory and a button to go up a level. We also want to import System.IO so we can access our files, directories and paths. Imports System.IO Step 2: So, first

Browse Folder in VB6 w/o DriveList or FolderList

This is an example for browsing folder without using DriveListBox and DirListBox, You can use the native browse folder method. I hope you like this.. PS. I am not the original author of the module used in this sample for browsing the folder. Email Address of the Author is on top of the Module.... If you like this, Please let me know by hitting the "Like" button...