Best Tutorials website
Latest tutorials

Advertisment

Working With Files

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: 1271 | Rating star | by Brad
Visual Basic - File Manipulation

File Handling

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: 922 | Rating star | by Jason
Visual Basic - File Manipulation

How to use FindFirstFile Win32 API from Visual Basic code

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: 821 | Rating star | by Troy
Visual Basic - File Manipulation

Creating and deleting dirs

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: 802 | Rating star | by Nick
Visual Basic - File Manipulation

Saving text files

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: 761 | Rating star | by Source
Visual Basic - File Manipulation

Extract the target file from a shortcut file .lnk

Extract the target file from a shortcut file .lnk

This little discussion helps to extract the target file from a shortcut file .lnk


Views: 821 | Rating star | by Isac
Visual Basic - File Manipulation

How to make a program to validate web links

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: 756 | Rating star | by John
Visual Basic - File Manipulation