Find Code:
All Words
Any of the Words
Exact Phrase
Home
:
Code
:
Forums
:
Submit
:
Mailing List
:
About
:
Contact
Code
All
VB.NET
ASP.NET
C#
VB Classic
ASP Classic
Snippets
Popular
Resources
Submit Code
Forums
Articles
Tips
Links
Books
Contest
Link to us
It's a simple VB Class that can be used to write t
Author:
Ashfaqur Rahman Pallab
E-mail:
Click to e-mail author
Submitted:
6/5/2003
Version:
VB5
Compatibility:
VB5, VB6
Category:
File Manipulation
Downloads:
9253
It's a simple VB Class that can be used to write to or read from a sequential file. You can create a new file, or can add text to an existing file using the WriteToFile method. The WriteMode Property determines whether to add or create a new file. The ReadFromFile method returns the text of the file, also sets the FileText property of text array with each line of File Text. A sample test form is included with the project. Trying with its properties and methods will give you a better understanding.
Home
|
Forums
|
Submit
|
Books
|
Mailing List
|
Advertising
|
About
|
Contact
© 2023 A1VBCode. All rights reserved.
Legal disclaimer & terms of use
Privacy statement