how to shift/move the contents in a textBox into a empty .txt file by using c#?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aeris
    New Member
    • Dec 2009
    • 18

    how to shift/move the contents in a textBox into a empty .txt file by using c#?

    Sorry to disturbing you all. I'm creating a window application by using C# language.
    The title stated above is incorrect.

    The real question is, may I know how to zip a text file by using c# coding?

    Is there anyone that can give a hand? Thanks so much.

    By Aeris.
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    Writing a text file is well covered in the MSDN
    Learn ways to write or append text to a file for a .NET app. Use methods from the StreamWriter or File classes to write text synchronously or asynchronously.

    Comment

    Working...