Writing to Text File

  • Thread starter Thread starter C.H.
  • Start date Start date
C

C.H.

Hello,

I use simple 'fileopen' and 'print' to write data to a
text file. Lots of data, about 1MB. However, for VB6, it
takes less than a second, but for VB.NET it takes 1
minute!!

Anyone have any ideas? Another program I migrated to .NET
also run slower than in VB6.

thanks in advance for any suggestions
 
C.H. said:
I use simple 'fileopen' and 'print' to write data to a
text file. Lots of data, about 1MB. However, for VB6, it
takes less than a second, but for VB.NET it takes 1
minute!!

Anyone have any ideas? Another program I migrated to .NET
also run slower than in VB6.

This is the third time you posted today. You should read the answers to your
questions.

Armin
 
Back
Top