how would you write an app (c,c++, java etc etc)
that would allow the user to burn cds from there files over the internet without user needing NERO or equivelent software
plz help
Printable View
how would you write an app (c,c++, java etc etc)
that would allow the user to burn cds from there files over the internet without user needing NERO or equivelent software
plz help
Yowzers! That's a big request...
The only thing I can think of... Is having premade ISO images on the remote computer and downloading those.... Of course, the user would still need some kind of software to burn it (and interprate an ISO).
Unless you feel like making your own drivers, you're going to need to use something that's premade. I'll be honest and say that the project sounds way too big for me (atleast as far as "free snippets" go ;)).
You'd have to write something like Nero. You can't have a program remotely located controlling the user's CD drive to burn CDs. If you want to write a CD burning program in VB, good luck. There are many easier ways to commit suicide.