Determine if CD/DVD drive is writeable

T

Tim Kelley

Is there a way to determine if a CD/DVD is writeable? I have looked at
using WMI (Win32_CDROMDrive) but it did not have any luck.

Thanks.
 
M

Michael Nemtsev

Did you try to get the factory name of device?
Generaly there is an "RW" label in device name
 
R

Rinaldo

Hi, are there some cd writer classes on the net for c#?

Rinaldo

Michael Nemtsev said:
Did you try to get the factory name of device?
Generaly there is an "RW" label in device name

--
WBR, Michael Nemtsev [.NET/C# MVP].
Blog: http://spaces.live.com/laflour



Tim Kelley said:
Is there a way to determine if a CD/DVD is writeable? I have looked at
using WMI (Win32_CDROMDrive) but it did not have any luck.

Thanks.
 
M

Michael Nemtsev

Yep, u need IMAPI API

See there http://msdn2.microsoft.com/en-us/library/aa366224.aspx

--
WBR, Michael Nemtsev [.NET/C# MVP].
Blog: http://spaces.live.com/laflour



Rinaldo said:
Hi, are there some cd writer classes on the net for c#?

Rinaldo

Michael Nemtsev said:
Did you try to get the factory name of device?
Generaly there is an "RW" label in device name

--
WBR, Michael Nemtsev [.NET/C# MVP].
Blog: http://spaces.live.com/laflour



Tim Kelley said:
Is there a way to determine if a CD/DVD is writeable? I have looked at
using WMI (Win32_CDROMDrive) but it did not have any luck.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top