tutorials

Sponsors
Partner Sites
How to use FindFirstFile Win32 API from VB code
Tutorial describes how to find file and obtain extended file information using Win32 API functions: FindFirstFile, FindNextFile, FileTimeToLocalFileTime, FileTimeToSystemTime.
Visual Basic Tutorials > 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 how to do something in the smallest code or in the least amount of time. To do this you need to understand the fil
Visual Basic Tutorials > File Manipulation
 
Working With Files
Visual Basic Tutorials > File Manipulation
 
How to use FindFirstFile Win32 API from Visual Bas
Article describes how to use Win32 API functions from Visual Basic programming language to find file and obtain extended file info. Free sample Visual Basic code is available for download. Used technologies: Visual Basic 6.0, Win32 API
Visual Basic Tutorials > 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 empty dir.
Visual Basic Tutorials > File Manipulation