Añadir TextBox

master
Victor 11 months ago
parent 7bc6e9be52
commit abf2c8ed4a

@ -7,7 +7,6 @@ namespace AplicacionAbrirIDEs
Process miProceso;
Process miProceso2;
Process miProceso3;
public Form1()
{
InitializeComponent();
@ -18,9 +17,6 @@ namespace AplicacionAbrirIDEs
miProceso = new Process();
miProceso.StartInfo.FileName = "C:\\Program Files\\JetBrains\\IntelliJ IDEA 2023.2.2\\bin\\idea64.exe";
miProceso.StartInfo.Arguments = ParamVC.Text;
//miProceso.StartInfo.FileName = @"C:\Program Files\LibreOffice\program\swriter.exe";
//miProceso.StartInfo.FileName = @"C:\Program Files(x86)\Microsoft Office\Office16\WINWORD.exe";
//miProceso.StartInfo.WindowStyle = ProcessWindowStyle.Maximized;
miProceso.Start();
}
@ -52,11 +48,14 @@ namespace AplicacionAbrirIDEs
{
miProceso3.Kill();
}
<<<<<<< HEAD
private void ParamVC_TextChanged(object sender, EventArgs e)
{
}
=======
>>>>>>> a4dd96264ec5232f6833f5f495abb13081f76735
}
}
Loading…
Cancel
Save

Powered by INFORMATICA.FP.EDU.ES.