HI,

hope you guys can helpe me:

Code:
private: System::Void button8_Click(System::Object^  sender, System::EventArgs^  e) {

			 String ^content= textBox2->Text;
		
			 MessageBox::Show(content,"bla",MessageBoxButtons::OK);	  

			 
		 }
Now i have the content in content but how can get it in a txt file ??

ty