namespace #2
{
public partial class carreras : Form
{
[DllImport("[Link]", EntryPoint = "ReleaseCapture")]
private extern static void ReleaseCapture();
[DllImport("[Link]", EntryPoint = "SendMessage")]
private extern static void SendMessage([Link] hWnd, int wMsg, int wParam, int
lParam);
public carreras()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
if ([Link])
{
Doctorado fr = new Doctorado();
[Link](this);
}
else if ([Link])
{
Ingenieria fr2 = new Ingenieria ();
[Link](this);
}
else if ([Link])
{
new Educacion fr3 = new Educacion();
[Link](this);
}
else if ([Link])
{
new Educacion fr4 = new Licenciatura();
[Link](this);
}
else
{
[Link]("SELECIONE UNA OPCION");
}
private void label6_Click(object sender, EventArgs e)
{
[Link]();
}
private void carreras_Load(object sender, EventArgs e)
{
private void panel1_MouseDown(object sender, MouseEventArgs e)
{
ReleaseCapture();
SendMessage([Link], 0x112, 0xf012, 0);
}
private void carreras_MouseDown(object sender, MouseEventArgs e)
{
ReleaseCapture();
SendMessage([Link], 0x114, 0xf015, 0);
}
}
namespace #2
{
public partial class Ingenieria: Form
{
[DllImport("[Link]", EntryPoint = "ReleaseCapture")]
private extern static void ReleaseCapture();
[DllImport("[Link]", EntryPoint = "SendMessage")]
private extern static void SendMessage([Link] hWnd, int wMsg, int
wParam, int lParam);
public Ingenieria()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
int matri, semes;
double promedio;
semes = Convert.ToInt32([Link]);
promedio = [Link]([Link]);
if (semes >= 6 && promedio >= 8.8)
{
[Link]("PUEDE TOMAR EL TEST");
[Link] = "";
[Link] = "";
[Link] = "";
}
else
{
[Link]("NO PUEDE TOMAR EL TEST ");
}
}
private void computos_Load(object sender, EventArgs e)
{
private void label6_Click(object sender, EventArgs e)
{
[Link]();
}
private void panel1_MouseDown(object sender, MouseEventArgs e)
{
ReleaseCapture();
SendMessage([Link], 0x114, 0xf015, 0);
}
}
}
{
public partial class Educacion : Form
{
[DllImport("[Link]", EntryPoint = "ReleaseCapture")]
private extern static void ReleaseCapture();
[DllImport("[Link]", EntryPoint = "SendMessage")]
private extern static void SendMessage([Link] hWnd, int wMsg, int
wParam, int lParam);
public Educacion()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
int matri, semes;
double promedio;
semes = Convert.ToInt32([Link]);
promedio = [Link]([Link]);
if (semes >= 6 && promedio>=8.5)
{
[Link]("USTED PUEDE TOMAR EL TEST");
[Link] = "";
[Link] = "";
[Link] = "";
}
else
{
[Link]("USTED NO PUEDE TOMAR EL TEST ");
}
}
private void Form1_Load(object sender, EventArgs e)
{
private void label6_Click(object sender, EventArgs e)
{
[Link]();
}
private void panel1_MouseDown(object sender, MouseEventArgs e)
{
ReleaseCapture();
SendMessage([Link], 0x114, 0xf015, 0);
}
}
}
namespace #2
{
public partial class Licenciatura : Form
{
[DllImport("[Link]", EntryPoint = "ReleaseCapture")]
private extern static void ReleaseCapture();
[DllImport("[Link]", EntryPoint = "SendMessage")]
private extern static void SendMessage([Link] hWnd, int wMsg, int
wParam, int lParam);
public Licenciatura()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
int semes;
double promedio;
string matri;
semes = Convert.ToInt32([Link]);
promedio = [Link]([Link]);
if (semes >= 7 && promedio >= 9.0)
{
[Link]("USTED PUEDE TOMAR EL TEST");
[Link] = "";
[Link] = "";
[Link] = "";
}
else
{
[Link]("USTED NO PUEDE TOMAR EL TEST");
}
}
private void label6_Click(object sender, EventArgs e)
{
[Link]();
}
private void panel1_MouseDown(object sender, MouseEventArgs e)
{
ReleaseCapture();
SendMessage([Link], 0x114, 0xf015, 0);
}
}
}
namespace #2
{
public partial class Diplomado : Form
{
[DllImport("[Link]", EntryPoint = "ReleaseCapture")]
private extern static void ReleaseCapture();
[DllImport("[Link]", EntryPoint = "SendMessage")]
private extern static void SendMessage([Link] hWnd, int wMsg, int
wParam, int lParam);
public Diplomado()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
int matri, semes;
double promedio;
semes = Convert.ToInt32([Link]);
promedio = [Link]([Link]);
if (semes >= 5 && promedio >= 9.0)
{
[Link]("USTED PUEDE TOMAR EL TEST");
[Link] = "";
[Link] = "";
[Link] = "";
}
else
{
[Link]("USTED NO PUEDE TOMAR EL TEST ");
}
}
private void label6_Click(object sender, EventArgs e)
{
[Link]();
}
private void panel1_MouseDown(object sender, MouseEventArgs e)
{
ReleaseCapture();
SendMessage([Link], 0x114, 0xf015, 0);
}
}
}