Read . ba
#4

IniFile ini = new IniFile(INI);
            string Path = ini.IniReadValue("cfg - MySQL", "Path");
            string[] lineas = File.ReadAllLines(@Path + a_smcFileName_1.Text);
            string[] file = null;
            foreach (string linea in lineas)
            {
                if (linea.Contains("ANIMSET"))
                {
                    file = linea.Split('"');
                    break;
                }
            }           
            Aeditor Ventana_editor = new Aeditor();
            Ventana_editor.Path = Path + file[1];
            if (Ventana_editor.ShowDialog() == DialogResult.OK)
 

                a_ani_idle1_1.Text = Ventana_editor.Resultado;


Messages In This Thread
[No subject] - by ucaff - 01-18-2016, 04:39 PM
[No subject] - by Karmel - 01-19-2016, 07:22 AM
[No subject] - by ucaff - 01-20-2016, 02:20 AM
[No subject] - by ucaff - 01-20-2016, 02:42 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)