sheepang
15-10-2016, 18:16
Autoload.LoadFile("Autoload.txt"); /////////всё ок
if (Autoload.Text == "1")
{
txtgr.LoadFile("kgr.txt"); /////////////выводит: не допустимый формат файла
}
Autoload и txtgr - RichTextBox
В чем дело???
if (Autoload.Text == "1")
{
txtgr.LoadFile("kgr.txt"); /////////////выводит: не допустимый формат файла
}
Autoload и txtgr - RichTextBox
В чем дело???