|
-
Mar 29th, 2004, 02:35 PM
#1
Thread Starter
Junior Member
How to write to a CD.
I'd like to copy some of my files to a writable/rewritable CD to create backup of files without having to go through commercial backup utilities. Reason for this being:
[list=1][*]Be able to to open the file from CD without having to restore[*]Create custom directory names that reflect the backup date[*]It would be fun, I think.[/list=1]
Any ideas?
-
Mar 30th, 2004, 09:34 AM
#2
Fanatic Member
I dont think this is possible in VB unless you buy a exspensive 3rd party *.ocx
Useful Links
.Net
#Develop, GhostDoc, CodeKeep , be.PINVOKE, Good Code Snippet Site
Krypton Toolkit, XPCC / XP Common Controls, QSS Windows Forms Components
VB.COM
VB.Classic Help File, MB Controls, MZTools, ADO Stored Procedure Generator add-in,
-
Apr 2nd, 2004, 04:24 PM
#3
Lively Member
Anything is possible, you just have to have the balls to try it. As for writing to CDs you'll need to send old school interupt commands (I forget which) through DeviceIoControl() (which you'll need to declare first) to the CD writer, which is a right pain in the arse. It could be done in VB (6) but you'd have to be damn strict with your types.
-
Apr 11th, 2004, 06:18 PM
#4
Member
I don't know if VB is supported but you can take a look at the NeroSDK, i know it at least works for C++ and its good. So try and find a VB version, for Ive nvr seen one b4
Good programming site:
*http://www.planet-source-code.com
Our CS Clan Page:
*http://h2p.inter-gamer.com/index.html
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|