[ TrejsiDalton @ 20.02.2008. 11:51 ] @
Kako sadrzaj textBoxa upisati u XML datoteku?
[ avox @ 20.02.2008. 22:41 ] @
StreamWriter sw = new StreamWriter ("XMLFile1.xml",false);
sw.Write(textBox1.Text);
sw.Close();