Ses Dosyası Çalması Uyeols10
GÖNÜLLİMANİ PAYLAŞIM PLATFORUMUNA HOŞGELDİNİZ
GÖNÜLLİMANİ FORUM'dan Yararlanmak İçin Lütfen ÜYE Olunuz! İyi Forumlar...


Join the forum, it's quick and easy

Ses Dosyası Çalması Uyeols10
GÖNÜLLİMANİ PAYLAŞIM PLATFORUMUNA HOŞGELDİNİZ
GÖNÜLLİMANİ FORUM'dan Yararlanmak İçin Lütfen ÜYE Olunuz! İyi Forumlar...

Would you like to react to this message? Create an account in a few clicks or log in to continue.

    Ses Dosyası Çalması

    CooL
    CooL
    ADMİNİSTRATOR

    ADMİNİSTRATOR


    Yaş Yaş : 38
    Mesaj Sayısı Mesaj Sayısı : 1384
    Kayıt Tarihi Kayıt Tarihi : 09/05/09

    Yeni Ses Dosyası Çalması

    Mesaj tarafından CooL Ptsi Şub. 22 2010, 17:04

    Belirtilen yoldaki müzik dosyasını oynatan program kodu (.net Framework 2.0 gereklidir)

    Belirtilen yoldaki müzik dosyasını oynatan program kodu (.net Framework 2.0 gereklidir)



    PHP- Kodu:

    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Text;
    using System.Windows.Forms;
    using System.Media// Eklenmesi gereken namespace.
     
    namespace WindowsApplication1
    {
        public 
    partial class Form1 Form
        
    {
            public 
    Form1()
            {
                
    InitializeComponent();
            }
     
            private 
    void Form1_Load(object senderEventArgs e)
            {
                
    SoundPlayer player = new SoundPlayer();
                
    string path "C:\\windows\\media\\ding.wav"// Müzik adresi
                
    player.SoundLocation path;
                
    player.Play(); //play it
            
    }
        }


      Forum Saati Cuma Mayıs 10 2024, 05:11