![]() |
Showing data in my form
Hi!
I am using the BinaryReader class in System.IO namespace (in C# of course) for reading data from a file. It's very fast (can read 1,000,000 bytes in less than a second) but I'm using a DataGridView control to show them in my form and (as you may know) it is very absurd! it is highly slow and can change that "less than a second" to about twenty seconds!!! I'm searching for fastest way to show these data in my form. Thanks a lot for your helping. My code's like this: Code:
using System.IO;Code:
using System.IO; |
| All times are GMT +5.5. The time now is 08:30. |