Ajax
ASP
C,C++
C#,.NET
CSS,HTML
Delphi,Kylix
Experience
Flash
Java
JavaScript
PHP
Python
QT
SQL
ShellScript
VB
U :
P :
Register
Lost Password
Other Links
Code Archive
Save Giovanni
C#,.NET Category Code
Real Name
:
tolga
Subject
:
Ses Dosyası Çalma
Description
:
Ses Çalmak İçin Bire Bir
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 sender, EventArgs e) { SoundPlayer player = New SoundPlayer(); String pas = "C:\\windows\\media\\ding.wav"; // Müzik adresi player.SoundLocation = pas; player.Play(); //play it } } }
Rating
:
5.00
(out of 5)
Visitor Voting Booth
:
Excellent
Very Good
Good
Fair
Poor
Copyright © 2006 SharingCode.NET . All rights reserved. Hosted By: SisNetworks