Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

From TextBox to WordPad

Status
Not open for further replies.

tekrobg

Programmer
Oct 12, 2004
42
US
Is there a way to take text from a textbox, put it into WordPad, and save it as a file? All of this when the user clicks a button on my form.
 
Well, if you are using a regular TextBox, I assume you want a text file, and not an rtf. That is the first thing to decide, since WordPad handles both. The second thing is that if this is true, then just create and save a text file. Then, if you want it displayed, open it up with WordPad.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top