Home

Submit

Source

Feeds
Tutorials » Visual Basic » File Manipulation

Visual Basic File Manipulation Tutorials

File Manipulation Microsoft Visual Basic Tutorials

Visual Basic File Manipulation
Creating and deleting directories
Visual Basic / File Manipulation
Will show you the basics of creating several directories named 1, 2, 3... or using a prefix like dir1, dir2, dir3. Also shows you how to delete an empty dir.

Site: www.geekpedia.com Report - View Tutorial

Visual Basic File Manipulation
Validating web links
Visual Basic / File Manipulation
If you maintain a web page with lots of external links, it is in your interest to ensure that the links are functioning.

Site: www.11amdesign.com Report - View Tutorial

Visual Basic File Manipulation
How to extract the "target" property of a shortcut
Visual Basic / File Manipulation
I have a folder containing shortcuts to other folders around the network.For each shortcut, I need to follow the "target" to the target folder and then check the "date of last update" of each of the files in the target folder.

Site: www.andreavb.com Report - View Tutorial

Visual Basic File Manipulation
Saving Files
Visual Basic / File Manipulation
Visual Basic has built in file handling functions. These are not the fastest functions but it is not noticeable unless you are handling very large files. There are two common ways which we will cover in this tutorial. I consider these two functions to be the simplest.

Site: www.quantumstate.co.uk Report - View Tutorial

Visual Basic File Manipulation
Creating and deleting directories
Visual Basic / File Manipulation
Will show you the basics of creating several directories named 1, 2, 3... or using a prefix like dir1, dir2, dir3. Also shows you how to delete an empty dir.

Site: www.geekpedia.com Report - View Tutorial

Visual Basic File Manipulation
How to use FindFirstFile Win32 API from Visual Basic code
Visual Basic / File Manipulation
This article is intended for advanced Visual Basic programmers. It may be interesting for programmers studying Visual Basic programming language as well.

Site: www.ask-4it.com Report - View Tutorial

Visual Basic File Manipulation
File Handling
Visual Basic / File Manipulation
If you want to be an expert VB programmer then you'll need to know a lot about how VB handles files - what is possible and what is not, plus how to do something in the smallest code or in the least amount of time. To do this you need to understand the file handling features which VB offers.

Site: www.garybeene.com Report - View Tutorial

Visual Basic File Manipulation
Working With Files
Visual Basic / File Manipulation
Is it possible to save data accepted by a VB program into a storage device, such as a hard disk or diskette, or even CDRW? The answer is possible. Is this chapter, we will learn how to create files by writing them into a storage device and then retrieve the data by reading the contents of the files using customized VB programs.

Site: www.vbtutor.net Report - View Tutorial

Random Tutorials
Visual Basic Browsers and Messengers
Large MSN
Visual Basic / Browsers and Messengers
Create a Large MSN Messenger.

Site: www.gfx-depot.com Report - View Tutorial

Visual Basic Getting Started
Arrays
Visual Basic / Getting Started
An array is a list of variables, all with the same data type and name. When we work with a single item, we only need to use one variable. However, if we have a list of items which are of similar type to deal with, we need to declare an array of variables instead of using a variable for each item.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic General Development
Variable Inspection and Numeric Conversion
Visual Basic / General Development
How to detect variable data type and status; Using IsNumeric Function; Parsing Long Integers.

Site: www.herongyang.com Report - View Tutorial

Visual Basic Miscellaneous
Accessibility in Visual Basic
Visual Basic / Miscellaneous
This tutorial focuses on an aspect of programming that is too often overlooked creating applications that are accessible to people with disabilities.

Site: www.brainbell.com Report - View Tutorial

Visual Basic Complete Projects
Creating a Text Editor Part 3
Visual Basic / Complete Projects
In this tutorial, I will show you how to add print preview, cut, copy, paste, select all, undo and redo to your text editor.

Site: wd.spangsolutions.net Report - View Tutorial

 
Site Search

 
Visual Basic »
 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement