VB3 Binary FILES READ READ READ 
Author Message
 VB3 Binary FILES READ READ READ

I have spent a furtune on VB4 and VB5 which are 300 dollars each. Yesterday
I went to open a vb3 file and it says it cannot open it because it is
binary. Does anyone know how I can translate this? Can anyone give me vb3?
I don't want to buy a stupid vb3 when it is outdated!!!



Wed, 15 Dec 1999 03:00:00 GMT  
 VB3 Binary FILES READ READ READ

Hi Farshad:

I know you mentioned that you don't have VB3, but...
First you will have to use VB3 to save all the files "As Text".
Load your project in VB3, then use the "Save As" menu item to save each
file; selected the "Save As Text" checkbox when you give it a filename.

Then you should be able to open up the project in VB4; which in turn will
allow
you to save the project in VB4 format; which in turn will allow you to open
the
project in VB5 and save the project in VB4 format.  Just remember to keep a
copy of the project in VB3 and VB4 format if you will need it later.

Hope this helps,

Doug.



Quote:
> I have spent a furtune on VB4 and VB5 which are 300 dollars each.
Yesterday
> I went to open a vb3 file and it says it cannot open it because it is
> binary. Does anyone know how I can translate this? Can anyone give me
vb3?
> I don't want to buy a stupid vb3 when it is outdated!!!



Thu, 16 Dec 1999 03:00:00 GMT  
 VB3 Binary FILES READ READ READ

Farshad-
        If it's an important project, just ask someone
you trust to not steal your code to resave it for you.
Most larger Community Colleges and Universities
probably still have a copy of VB3 installed. I have VB3/4/5
installed on my system.
                                Joe LeVasseur
--
***********************************************************

http://www.tiac.net/users/lvasseur/freeware.html
Resume, etc:
http://www.tiac.net/users/lvasseur/index.html
"Recompense injury with justice, and recompense
kindness with kindness."   Confucius
**********************************************************



Quote:
> I have spent a furtune on VB4 and VB5 which are 300 dollars each.
Yesterday
> I went to open a vb3 file and it says it cannot open it because it is
> binary. Does anyone know how I can translate this? Can anyone give me
vb3?
> I don't want to buy a stupid vb3 when it is outdated!!!



Thu, 16 Dec 1999 03:00:00 GMT  
 VB3 Binary FILES READ READ READ

Doug,

If the file is saved as text in VB3, then it can be read directly into VB5.

You don't have to step through VB4 to get to VB5.

Regards,
Dan Hinrichs

--

send email direct )



Quote:
> Hi Farshad:

> I know you mentioned that you don't have VB3, but...
> First you will have to use VB3 to save all the files "As Text".
> Load your project in VB3, then use the "Save As" menu item to save each
> file; selected the "Save As Text" checkbox when you give it a filename.

> Then you should be able to open up the project in VB4; which in turn will
> allow
> you to save the project in VB4 format; which in turn will allow you to
open
> the
> project in VB5 and save the project in VB4 format.  Just remember to keep
a
> copy of the project in VB3 and VB4 format if you will need it later.

> Hope this helps,

> Doug.



> > I have spent a furtune on VB4 and VB5 which are 300 dollars each.
> Yesterday
> > I went to open a vb3 file and it says it cannot open it because it is
> > binary. Does anyone know how I can translate this? Can anyone give me
> vb3?
> > I don't want to buy a stupid vb3 when it is outdated!!!



Tue, 21 Dec 1999 03:00:00 GMT  
 VB3 Binary FILES READ READ READ

Hi Dan:

Quote:
> If the file is saved as text in VB3, then it can be read directly into

VB5.

Learn something new every day ;)

Doug.



Tue, 21 Dec 1999 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Reading files from a zip file (Just reading the filenames, not unzipping or zipping)

2. reading binary file and writing into a random access file

3. Reading File Header Info (Binary Files)

4. VB -- Long File Name , Fast Binary File Read / Write , interface with DLL

5. Reading File Header Info (Binary Files)

6. Reading File Header Info (Binary Files)

7. How to read from a file on a read-only volume

8. Reading binary file stream

9. Reading a binary file and storing as a string

10. Reading binary file into an array

11. Reading binary files in VBScript

12. open a binary file for reading/writing

 

 
Powered by phpBB® Forum Software