Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do you read text files from hand held using C# application?
Posted

1 solution

Hand held device is very special in terms of using file streams. When you hold your device in a shaky hand, the bytes in the stream can shuffle, so the output could be unrecognizable.

—SA
 
Share this answer
 
Comments
M_Jegadeesan 14-Nov-11 12:33pm    
What do you mean..?
Sergey Alexandrovich Kryukov 14-Nov-11 15:29pm    
You can right "How do you read text files from hand held using C# application?" and read back something like "using? C# read text appl How do you files froh mand held ication".
--SA
ARBebopKid 14-Nov-11 15:25pm    
LMAO Five
Sergey Alexandrovich Kryukov 14-Nov-11 15:26pm    
Thank you. You do understand what I mean... :-)
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900