
Advertisment
Working With Files
Is it possible to save data accepted by a VB program into a storage device, such as a hardisk or diskette, or even CDRW? The answer is possible.
Views: 1832 |
| by Brad
Visual Basic - File Manipulation
File Handling
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...
Views: 1183 |
| by Jason
Visual Basic - File Manipulation
How to use FindFirstFile Win32 API from Visual Basic code
This article describes how to use Win32 API functions from Visual Basic programming language to find files and obtain extended file info. Free...
Views: 1074 |
| by Troy
Visual Basic - File Manipulation
Creating and deleting dirs
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...
Views: 1053 |
| by Nick
Visual Basic - File Manipulation
Saving text files
This tutorial shows you how the built in visual basic funtions can be used to save files. The ways to shown to save a file are the write and print...
Views: 1015 |
| by Source
Visual Basic - File Manipulation
Extract the target file from a shortcut file .lnk
This little discussion helps to extract the target file from a shortcut file .lnk
Views: 1052 |
| by Isac
Visual Basic - File Manipulation
How to make a program to validate web links
If you maintain a web page with lots of external links, it is in your interest to ensure that the links are functioning.
Views: 994 |
| by John
Visual Basic - File Manipulation
