Tagged Questions
1
vote
1answer
679 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
374 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
26 views
Create a web based application to create an interface beween PACS and PRIMERA device for CD and DVD burning
Respected All,
i have to Create a web based application to create an interface between PACS and PRIMERA device for CD and DVD burning.
How can i interact with my Cd Burning device through my ...
0
votes
1answer
296 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 ...