c# Hesap Makinası Logo

.
ÜYE OLDUKTAN SONRA REKLAM KALKACAKTIR !!!
c# Hesap Makinası Logo

.
ÜYE OLDUKTAN SONRA REKLAM KALKACAKTIR !!!
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
AnasayfaAramaLatest imagesKayıt OlGiriş yapİletişim
Reklam Alanı
Reklam Vermek İçin Tıklayınız
Arama
 
 

Sonuç :
 
Rechercher çıkıntı araştırma
Giriş yap
Kullanıcı Adı:
Şifre:
Beni hatırla: 
:: Şifremi unuttum
En son konular
» Headquarters Gaming PRO [sXe] - 178.211.51.12
c# Hesap Makinası Icon_minitimePtsi Ara. 15, 2014 1:31 pm tarafından nonofthem

» Çok Uzun Zaman Aradan Sonra Geri Dönüş : mem1998
c# Hesap Makinası Icon_minitimeÇarş. Mayıs 23, 2012 7:37 pm tarafından mem1998

» Moderatör Alımı
c# Hesap Makinası Icon_minitimeC.tesi Mart 10, 2012 6:11 pm tarafından Pyrokinezi

» Gold k1 kodu :)
c# Hesap Makinası Icon_minitimeC.tesi Tem. 02, 2011 3:35 pm tarafından Reis61

» Warrock Bedava K1 İlk Kapan Alır ArkadaşLar Yöneticiler Lütfen Siz Almayın Kodu...
c# Hesap Makinası Icon_minitimeC.tesi Mayıs 21, 2011 9:16 pm tarafından darkus2

» Muhteşem bir forum
c# Hesap Makinası Icon_minitimeCuma Şub. 25, 2011 11:35 pm tarafından apachibebetto

En iyi yollayıcılar
★ÅDMÌN★ (702)
c# Hesap Makinası Vote_lcapc# Hesap Makinası Voting_barc# Hesap Makinası Vote_rcap 
kadirselen (550)
c# Hesap Makinası Vote_lcapc# Hesap Makinası Voting_barc# Hesap Makinası Vote_rcap 
★Mǿяpнiпé★ (355)
c# Hesap Makinası Vote_lcapc# Hesap Makinası Voting_barc# Hesap Makinası Vote_rcap 
ByCeo35 (314)
c# Hesap Makinası Vote_lcapc# Hesap Makinası Voting_barc# Hesap Makinası Vote_rcap 
Darth Vader (286)
c# Hesap Makinası Vote_lcapc# Hesap Makinası Voting_barc# Hesap Makinası Vote_rcap 
KaRaeL (197)
c# Hesap Makinası Vote_lcapc# Hesap Makinası Voting_barc# Hesap Makinası Vote_rcap 
NharkoZ (185)
c# Hesap Makinası Vote_lcapc# Hesap Makinası Voting_barc# Hesap Makinası Vote_rcap 
samsafi (174)
c# Hesap Makinası Vote_lcapc# Hesap Makinası Voting_barc# Hesap Makinası Vote_rcap 
Lucho~ (101)
c# Hesap Makinası Vote_lcapc# Hesap Makinası Voting_barc# Hesap Makinası Vote_rcap 
bucalii35 (97)
c# Hesap Makinası Vote_lcapc# Hesap Makinası Voting_barc# Hesap Makinası Vote_rcap 
Kimler hatta?
Toplam 20 kullanıcı online :: 0 Kayıtlı, 0 Gizli ve 20 Misafir

Yok

Sitede bugüne kadar en çok 221 kişi Ptsi Eyl. 06, 2010 1:15 pm tarihinde online oldu.

Online Sayaç
Anahtar-kelime
pivot silah star

 

 c# Hesap Makinası

Aşağa gitmek 
YazarMesaj
kadirselen
[By_Admin İyi Forumlar Diler]
[By_Admin İyi Forumlar Diler]
kadirselen


c# Hesap Makinası Cc11
<b>Mesaj Sayısı</b> Mesaj Sayısı : 550
<b>Kayıt tarihi</b> Kayıt tarihi : 15/08/10
<b>Yaş</b> Yaş : 33
<b>Nerden</b> Nerden : Denizli
<b>Cinsiyet</b> Cinsiyet : Erkek
c# Hesap Makinası S10

c# Hesap Makinası Empty
MesajKonu: c# Hesap Makinası   c# Hesap Makinası Icon_minitimeCuma Ağus. 20, 2010 11:57 am

c# Hesap Makinası Hesap_makinasi
Kod:
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 hesap_makinası
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
           
        }
   
   
 
  double sayi1;
  double sayi2;
  double sayi3;
  char islem;
       
        private void button10_Click(object sender, EventArgs e)
        {
            textBox1.Text = textBox1.Text + "0";
        }

        private void button7_Click(object sender, EventArgs e)
        {
            textBox1.Text = textBox1.Text + "1";
        }

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

        private void button8_Click(object sender, EventArgs e)
        {
            textBox1.Text = textBox1.Text + "2";
        }

        private void button9_Click(object sender, EventArgs e)
        {
            textBox1.Text = textBox1.Text + "3";
        }

        private void button4_Click(object sender, EventArgs e)
        {
            textBox1.Text = textBox1.Text + "4";
        }

        private void button5_Click(object sender, EventArgs e)
        {
            textBox1.Text = textBox1.Text + "5";
        }

        private void button6_Click(object sender, EventArgs e)
        {
            textBox1.Text = textBox1.Text + "6";
        }

        private void button1_Click(object sender, EventArgs e)
        {
            textBox1.Text = textBox1.Text + "7";
        }

        private void button2_Click(object sender, EventArgs e)
        {
            textBox1.Text = textBox1.Text + "8";
        }

        private void button3_Click(object sender, EventArgs e)
        {
            textBox1.Text = textBox1.Text + "9";
        }

        private void button16_Click(object sender, EventArgs e)
        {
         
           
            string deger = textBox1.Text;
            textBox1.Text = "";
          sayi1 = Convert.ToInt32(deger);
            islem='+';


        }

        private void button20_Click(object sender, EventArgs e)
        {
            if(sayi2!=null)
            {
                string deger2 = textBox1.Text;
                textBox1.Text = "";
                sayi2 = Convert.ToInt32(deger2);
                if (islem == '*')
                {
                    double sonuc = sayi1 * sayi2;
                    textBox1.Text = sonuc.ToString();
                }
                if (islem == '+')
                {
                    double sonuc = sayi1 + sayi2;
                    textBox1.Text = sonuc.ToString();
                }
                if (islem == '-')
                {
                    double sonuc = sayi1 - sayi2;
                    textBox1.Text = sonuc.ToString();
                }
                if (islem == '/')
                {
                    double bolme = sayi1 / sayi2;
                    textBox1.Text = Convert.ToString(bolme);
                }
                if (islem == '%')
                {
                    double sonuc = sayi1 * sayi2 / 100;
                    textBox1.Text = sonuc.ToString();
                }
            }
        }

        private void button17_Click(object sender, EventArgs e)
        {
            double deger = Convert.ToDouble(textBox1.Text);
            double koksonuc = Math.Sqrt(deger);
            textBox1.Text = koksonuc.ToString();
        }

        private void button14_Click(object sender, EventArgs e)
        {
            string deger = textBox1.Text;
            textBox1.Text = "";
            sayi1 = Convert.ToInt32(deger);
            islem = '*';
        }

        private void button15_Click(object sender, EventArgs e)
        {
            string deger = textBox1.Text;
            textBox1.Text = "";
            sayi1 = Convert.ToInt32(deger);
            islem = '-';
        }

        private void button13_Click(object sender, EventArgs e)
        {
            string deger = textBox1.Text;
            textBox1.Text = "";
            sayi1 = Convert.ToInt32(deger);
            islem = '/';
        }

        private void button18_Click(object sender, EventArgs e)
        {
            string deger = textBox1.Text;
            textBox1.Text = "";
            sayi1 = Convert.ToInt32(deger);
            islem = '%';
        }

        private void button25_Click(object sender, EventArgs e)
        {
            textBox1.Text = "";
        }

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

        private void button11_Click(object sender, EventArgs e)
        {
            double sayi =Double.Parse( textBox1.Text);
            sayi = sayi * -1;
            textBox1.Text = sayi.ToString();
        }

        private void button22_Click(object sender, EventArgs e)
        {

        }
    }
}
|KADİR SELEN-HAKAN ŞEN|

Sayfa başına dön Aşağa gitmek
https://tazeforum.123.st
 
c# Hesap Makinası
Sayfa başına dön 
1 sayfadaki 1 sayfası
 Similar topics
-
» Hesap Makinası
» Vısual Studio 2005 İle Hesap Makinası Yapma

Bu forumun müsaadesi var:Bu forumdaki mesajlara cevap veremezsiniz
 :: Bilgisayar & İnternet :: Web Tasarım ve Programlama :: C#-
Buraya geçin: