Microsoft KB Archive/172267

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 11:06, 21 July 2020 by X010 (talk | contribs) (Text replacement - """ to """)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


Article ID: 172267

Article Last Modified on 8/9/2004



APPLIES TO

  • Microsoft Visual Basic 5.0 Learning Edition
  • Microsoft Visual Basic 6.0 Learning Edition
  • Microsoft Visual Basic 5.0 Professional Edition
  • Microsoft Visual Basic 6.0 Professional Edition
  • Microsoft Visual Basic 5.0 Enterprise Edition
  • Microsoft Visual Basic 6.0 Enterprise Edition



This article was previously published under Q172267

SUMMARY

This sample demonstrates how to do file input and output using Visual Basic. The sample creates a new database file and allows you to view, add, or delete records in this database.

The following files are available for download from the Microsoft Download Center:

For additional information about how to download Microsoft Support files, click the following article number to view the article in the Microsoft Knowledge Base:

119591 How to Obtain Microsoft Support Files from Online Services


Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help to prevent any unauthorized changes to the file.

MORE INFORMATION

The techniques in this sample file can be used to view, access, and write to sequential, random, and binary files. After you download and run the self-extracting file, the following files are created:

  • Fileproc.bas(4.30Kb)--The module containing Public Sub and Function procedures for opening files.
  • Readme.txt--The readme file that contains the text of this article.
  • Recedit.bas(309 bytes)--The module containing Public type definitions.
  • Recedit.frm(13.4Kb)--The main form for the sample.
  • Recedit.vbp(516 bytes)--The project file for the sample.

To Run This Project

  1. Start Visual Basic. The New Project dialog box appears.
  2. In the New Project dialog box, click the existing tab and go to the directory with the extracted files. Choose recedit.vbp.
  3. Press the F5 key to run the project.

For more information about file input/output, please see "Processing Files" in the Programmer's Guide.


Additional query words: Recedit Dir EOF FileCopy FileDateTime FileLen FreeFile GetAttr Loc LOF Seek SetAttr Close Get Input Input# Open Put Write Write#

Keywords: kbhowto kbdownload kbtophit kbfile kbsample KB172267