Csharp Windows SoundSample

25. April 2010

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

Merhaba Arkadaşlar bu örnek  makkalede Csharp örnek  windows  ses bilişenlerini  nasıl kontrol ederiz  onu görelim

visual studio açıyoruz örnek bir windows form bir adet button  ekliyoruz button click event  gerekli  kodlarıızı  yazıyoruz  örnek kaynak  yolunu  nasıl isterseniz siz belirleyin ben windows 7  örnek media yolunu  gösterdim sizde kendiniz örnek  yolunuzu belirliyebilirsiniz

 

using System;

using System.Collections.Generic;

using System.ComponentModel;

using System.Data;

using System.Drawing;

using System.Text;

using System.Windows.Forms;

 

namespace SoundSample

{

    public partial class Form1 : Form

    {

        public Form1()

        {

            InitializeComponent();

        }

 

        private void button1_Click(object sender, EventArgs e)

        {

            System.Media.SoundPlayer mPlayer =

                new System.Media.SoundPlayer(@"C:\WINDOWS\Media\Windows Ringout.wav");

            mPlayer.Play();

            //System.Media.SystemSounds.Hand.Play();

        }

    }

}

 Evet arkadaşlar örnek bir makkalenin sonua gelmiş olduk  yeni bir makkalede görüşmek üzere  herkeze başarılar

Sygılarımla Orhan Türk

FacebookDigg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

C# ,

Comments

4/27/2010 11:45:20 AM #
Hi i must say very nice blog. I'm thinking about doing a no win no fee solicitors blog.
4/28/2010 9:16:29 AM #
Pingback from topsy.com

Twitter Trackbacks for
        
        Csharp Windows SoundSample
        [orhanturk.com.tr]
        on Topsy.com
4/28/2010 2:47:51 PM #
Good piece, interesting to read about this.  This is definitely some good information.
4/30/2010 11:27:32 AM #
Hi  blog im from Dublin but im moving to USA i found this on the google search engine, I'm thinking about starting a private jets for sale blog,keep the good work up i will add you to my favoroties.
4/30/2010 7:21:49 PM #
I thought it was going to be some boring old post, but it really compensated for my time.
5/1/2010 9:14:20 PM #
Just seen this on twitter cheers for the info.
BH
5/4/2010 12:39:08 PM #
Bu oldukça ilginç. İşinizi benim çıkarlarına uygundur.
5/17/2010 12:30:13 AM #
I thought it was going to be some boring old post, but it really compensated for my time.

Add comment


(Will show your Gravatar icon)

biuquote
  • Comment
  • Preview
Loading



Sayfa 0.031172 saniyede yuklendi.