C# İle Mobile Programlama

C# İle Mobile Programlama

5. January 2010

Read this article in your language IT | EN | DE | ES

Evet arkadaşlar sizler için bügün   birde Mobile Application  hazırladm  sadece başlangiç amaçlı bir örnek  yaptım 

 sizlerde visual studio nimetlerin den yararlanarak  böyle   başlıca projeler yaza bilirsiniz

Tabiki Unutmadan Microsoft Download Sayfasından Windows Mobile 6 Professional SDK Refresh indirmeyi unutmayalım   buda bir  bildiri.

 

 


Source Code :

using System;
using System.Windows.Forms;

namespace FirstMyDeviceProject
{
    public partial class Form1 : Form
    {

        public Form1()
        {
            InitializeComponent();

        }
        int _sayi1, _sayi2;
        double _sonuc;
        private void btnToplam_Click(object sender, EventArgs e)
        {
            if (chkTopla.Checked)
            {
                _sayi1 = Convert.ToInt32(txtsayi1.Text);
                _sayi2 = Convert.ToInt32(txtsayi2.Text);
                _sonuc = _sayi1 + _sayi2;
                lblSonuc.Text = _sonuc.ToString();
                Temiz();
            }
            else if (chkCarp.Checked)
            {
                _sayi1 = Convert.ToInt32(txtsayi1.Text);
                _sayi2 = Convert.ToInt32(txtsayi2.Text);
                _sonuc = _sayi1 * _sayi2;
                lblSonuc.Text = _sonuc.ToString();

                Temiz();
            }
            else if (chkcikart.Checked)
            {
                _sayi1 = Convert.ToInt32(txtsayi1.Text);
                _sayi2 = Convert.ToInt32(txtsayi2.Text);
                _sonuc = _sayi1 - _sayi2;
                lblSonuc.Text = _sonuc.ToString();
                Temiz();
            }
            else if (chkbol.Checked)
            {
                _sayi1 = Convert.ToInt32(txtsayi1.Text);
                _sayi2 = Convert.ToInt32(txtsayi2.Text);
                 _sonuc = _sayi1 / _sayi2;               

                  lblSonuc.Text = _sonuc.ToString();
                Temiz();
            }

        }

        void  Temiz()
        {
            txtsayi1.Text = "";
            txtsayi2.Text = "";
            txtsayi1.Focus();
        }
      
    }
}

Projenin Solution Kodu indir

Evet arkadaşlar örnek bir projenin sona gelmiş olduk  herkeze  iyi calışmalar kibk  

FacebookDigg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

C# , Windows Mobile

Comments

4/7/2010 12:13:38 AM #
By far the most concise and up to date information I found on this topic. Sure glad that I navigated to your page by accident. I’ll be subscribing to your feed so that I can get the latest updates. Appreciate all the information here
4/7/2010 5:40:31 PM #
4/15/2010 3:04:29 AM #
Hey - nice blog, just looking around some sites, seems a reasonably good platform you're using. I am at this time using Wordpress for a few of my sites but planning to change.  
4/18/2010 10:05:39 PM #
Hi webmaster, commenters and also anybody else !!! The blog is totally wonderful! A large amount of wonderful info and creativity, both of which we all require! Keep 'em coming... you all accomplish such a great job at such Aspects... can't explain to you how very much I, for one love all you do!
4/21/2010 11:52:07 AM #
castiga bani - Win some money
5/9/2010 9:22:16 AM #
What a brilliant internet site!
Michael Majeed
Michael Majeed
5/15/2010 12:55:03 PM #
Now that it's all over, what did you really do yesterday that's worth mentioning? ~Coleman Cox
5/17/2010 12:49:32 AM #
A large amount of wonderful info and creativity, both of which we all require! Keep 'em coming... you all accomplish such a great job at such Aspects... can't explain to you how very much I, for one love all you do!
5/22/2010 1:32:41 AM #
<P>Education is not the filling of a pail, but the lighting of a fire. Just my 2 cents. </P><P>Cristina</P>
6/2/2010 5:56:48 AM #
Kudos for doing this article. It is enjoyable reading.
6/3/2010 4:05:42 PM #
There are certainly a lot more details to take into consideration, but thanks for sharing this information
6/4/2010 8:58:54 PM #
Have you ever considered adding more videos to your blog posts to keep the readers more entertained? I mean I just read through the entire article of yours and it was quite good but since I'm more of a visual learner,I found that to be more helpful well let me know how it turns out! I love what you guys are always up too. Such clever work and reporting! Keep up the great works guys I've added you guys to my blogroll. This is a great article thanks for sharing this informative information.. I will visit your blog regularly for some latest post.
6/6/2010 11:26:19 AM #
Great article. There's a lot of good information here, though I did want to let you know something - I am running Fedora with the up-to-date beta of Firefox, and the design of your blog is kind of bizarre for me. I can read the articles, but the navigation doesn't function so well.

Add comment


(Will show your Gravatar icon)

  Country flag

biuquote
  • Comment
  • Preview
Loading



Sayfa 0.03125 saniyede yuklendi.