|
| ||||||||||
| Tags: files, in vb6, reading, text, writing |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Problem in reading and writing files in VB6
|
|
#2
| ||||
| ||||
| Re: Problem in reading and writing files in VB6
Use following I use this in my project also. It will solve your problem just copy past this code in VB and as code design your GUI. Quote:
|
|
#3
| |||
| |||
| Re: Problem in reading and writing files in VB6
Hey I give you short but sweet code to use it and enjoy your project, it will help you to reduce the compile time and also reduce the code of line, every time write short but useful code it will help you to decreasing the compile time of your application. Quote:
|
|
#4
| ||||
| ||||
| Re: Problem in reading and writing files in VB6
Here Open statement gives you to opening access and writing access to any of the file, here you can specify if you want to read it as text, write to it as binary, and so on. In this code you can set locking options, to stop other programs from opening the file. Use this code it work fine, without any modification Quote:
|
|
#5
| ||||
| ||||
| Re: Problem in reading and writing files in VB6
Reading/writing files can also be acheived using FILSYSO (FileSystemObject) as shown below. Please note that using FILSYSO requires an extra reference (under "Project"->"References"), and therefore extra files to be installed with your application. Quote:
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Problem in reading and writing files in VB6" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| "iPad, iPod Touch 4, iPhone 4 and iPod nano6 need network connection when reading and writing files" error with the ImTOO iTransfer Platinum | Ashoka | Windows Software | 4 | 22-02-2012 11:08 PM |
| HP Pavilion p6126uk Desktop PC is not reading and writing any disk | KKiran | Hardware Peripherals | 10 | 14-01-2012 09:13 AM |
| lsass.exe continuously reading and writing disk | SmokiN | Networking & Security | 3 | 13-07-2009 11:29 AM |
| Lightscribe not writing files on otherside of the DVD | Ashton5 | Windows Software | 5 | 25-03-2009 01:52 PM |
| Writing and reading from file structures with the help of C | Janhavi4U | Software Development | 2 | 03-02-2009 08:40 PM |