UYARI : Bu kod bloğu notebook bilgisayarlarda sadece CD bölmesini çıkartır. Masaüstü bilgisayarlarda ise hem çıkartma hem takma işlemi yapabilirsiniz. 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; using System.Runtime.InteropServices; namespace Cd_hareketleri { public partial class Form1 : Form { public Form1() { InitializeComponent(); } [DllImport("winmm.dll")] private static extern int mciSendString(string strCommand, ...
Size yardımda bulunmaya çalıştım diğer çalışmalarımda buluşmak üzere.

Yorumlar
Yorum Gönder