Home

Submit

Source

Feeds

Home » Visual Basic » File Manipulation ::

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.
Related Tutorials
Visual Basic Getting Started
Working with Controls
Visual Basic / Getting Started
In this tutorial we are going to learn how to Working with Controls.

Site: www.vbtutor.net 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 Working with Database
Creating database applications in VB-Part I
Visual Basic / Working with Database
Visual basic allows us to manage databases created with different database program such as MS Access, Dbase, Paradox and etc. In this lesson, we are not dealing with how to create database files but we will see how we can access database files in the VB environment.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic Multimedia
Creating Multimedia Applications-Part IV: A Multimedia Player
Visual Basic / Multimedia
Now, with some modifications, we will transform the audio player into a multimedia player that could play all kinds of movie files besides audio files.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic Getting Started
Managing INI files
Visual Basic / Getting Started
In this tutorial we will learn how to Managing INI files.

Site: www.andreavb.com Report - View Tutorial

Visual Basic Multimedia
Playing WAV Sound Files in Visual Basic
Visual Basic / Multimedia
Have you ever wanted to play a WAV file from your Visual Basic applicaiton? Here's the API call you need to use to play WAV files.

Site: www.codebeach.com Report - View Tutorial

Visual Basic Multimedia
Creating Multimedia Applications-Part I
Visual Basic / Multimedia
You can create various multimedia applications in VB that couold play audio CD, audiofiles, VCD , video files and etc. To be able to play multimedia files or multimedia devices, you have to insert Microsoft Multimedia Control into your VB applications that you are going to create.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic Getting Started
The basics of Visual Basic - Part 1
Visual Basic / Getting Started
This takes you through changing what text says, working the different components together and it explains all the code necessary so everyone can understand it.

Site: s11.invisionfree.com Report - View Tutorial

Visual Basic Getting Started
Working With Variables
Visual Basic / Getting Started
This tutorial will show you how to use variables and how to store information in them.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic Getting Started
Working With Controls
Visual Basic / Getting Started
Learn how to work with controls in VB.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic Getting Started
Working with Arrays
Visual Basic / Getting Started
This is an introduction to arrays in vb.

Site: sunjester.freepgs.com Report - View Tutorial

Visual Basic General Development
API
Visual Basic / General Development
The API are procedures that exist in files on your PC which you can call from within your VB program - and there are thousands of them!.

Site: www.garybeene.com Report - View Tutorial

Visual Basic Multimedia
Creating Multimedia Applications-Part II
Visual Basic / Multimedia
Now, with some modifications, we will transform the CD player into an audio file player. This player will be created in such a way that it could search for wave and midi files in your drives and play them.

Site: www.vbtutor.net 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
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

 
Site Search

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