Tagged Questions
1
vote
1answer
635 views
Simple .NET CD/DVD burning component
There's a number of postings about IMAPI in .NET, including these:
http://www.codeproject.com/KB/miscctrl/imapi2.aspx
http://www.vbaccelerator.com/home/net/code/libraries/writing_cds/imapi/article.asp
...
1
vote
5answers
156 views
Is it possible to write to a CD with .NET?
Possible Duplicate : Write to CD from .net
I have a data file in f:\ drive named 'cd.txt'.
I want to write this file to a CD i.e E:\.
String source ="F:\\cd.txt";
String destination="E:\\cd.txt";
...
1
vote
3answers
365 views
Write to a CD from .Net
Is there an easy way to write to a CD from .Net? How about creating a multisession CD that autoruns an executable that writes to itself?
0
votes
1answer
285 views
Burn setup project to CD
I've never burnt a visual studio program to a CD before. I've made a setup project with all my program files, and it works fine. Do I simply need to burn the following installer files onto the CD and ...