How to obtain CD information (burning speed, burning application etc.) in C# -


I have received a C # application and I want to apply some functionality of the Nero Information Tool. It shows lots of information about the CD, but I really only need two properties: the application used for the CD and the burning speed.

I get suggestions for using CD Burn Libers and using SPTI I'm looking for a simple solution.

Thanks

Hope that helps:) < P>

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -