sábado, 5 de julio de 2008

codigo para calculadora

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace WindowsFormsApplication2
{
public partial class Form1 : Form
{
int n1 = 0;
public Form1()
{
InitializeComponent();
}

private void button9_Click(object sender, EventArgs e)
{

}

private void Form1_Load(object sender, EventArgs e)
{
}

private void button9_Click_1(object sender, EventArgs e)
{
if (textBox1.Text == "0")
textBox1.Text = "9";
else
textBox1.Text = textBox1.Text + "9";
}

private void button8_Click(object sender, EventArgs e)
{
if (textBox1.Text == "0")
textBox1.Text = "8";
else
textBox1.Text = textBox1.Text + "8";
}

private void button4_Click(object sender, EventArgs e)
{

}

private void button10_Click(object sender, EventArgs e)
{

}

private void button11_Click(object sender, EventArgs e)
{

n1 = Convert.ToInt16(textBox1.Text);
textBox1.Text = "0";

}

private void button16_Click(object sender, EventArgs e)
{
int n2 = 0;
int resultado = 0;
n2 = Convert.ToInt16(textBox1.Text);
resultado = n1 + n2;
textBox1.Text = Convert.ToString(resultado);
}
}
}

lunes, 30 de junio de 2008

ATENCION GRUPOS DEL PROFESOR JOSE

PARA LOS GRUPOS DE SABADOS DE 11-2(PROGRAMACION), 5-8 (MANTENIMIENTO) Y DOMINGOS DE 5-8(GRUPO NUEVO)

FAVOR DE OBTENER UNA CUENTA DE GOOGLE EN www.gmail.com
LOS QUE YA LA TIENEN YA NO NECESITAN HACER UNA NUEVA.

ESTO ES CON LA FINALIDAD DE HACER UN GRUPO VIRTUAL PARA COMPARTIR ARCHIVOS Y LIBROS Y DEMAS COSAS DE UNA MANERA FACIL

miércoles, 14 de mayo de 2008

NOTICIA

ya tenemos memorias de 8 GB marca kingston a 480 pesoshttp://reviews.cnet.com/sc/32575642-2-200-0.gif


pedidos con profe JOSE SABADOS 8AM-2PM
o al tel 664 129 59 81

sábado, 19 de enero de 2008