Go Back   Club CDFreaks - Knowledge is Power > International Chat: Software related > Nero SDK Discussion Forum


Commercial message



Nero SDK Discussion Forum Discuss, vb data track at International Chat: Software related forum; hmm am i just being thick? how do i write data cds? theres no Drive.BurnDataISO - or is it called something else? any help much appreciated thanks stephen


Reply
 
Thread Tools
Old 31-08-2003   #1 (permalink)
New on Forum
 
Join Date: Aug 2003
Posts: 4
vb data track

hmm am i just being thick? how do i write data cds?

theres no Drive.BurnDataISO - or is it called something else?

any help much appreciated

thanks
stephen
smremde is offline   Reply With Quote
Old 31-08-2003   #2 (permalink)
New on Forum
 
Join Date: Aug 2003
Posts: 4
lol yeah was me just being thick!!!

sorry!
smremde is offline   Reply With Quote
Old 23-09-2003   #3 (permalink)
New on Forum
 
Join Date: Sep 2003
Posts: 6
Data Writing

I am having the hardest time trying to write a folder and then a file inside that folder. I get the folder written then when I write another folder i overwrite the original.

VB6 and NeroCom

any code examples to help would be superb
DonnyDo is offline   Reply With Quote
Old 23-09-2003   #4 (permalink)
New on Forum
 
Join Date: Aug 2003
Posts: 4
Re: Data Writing

Quote:
Originally posted by DonnyDo
I am having the hardest time trying to write a folder and then a file inside that folder. I get the folder written then when I write another folder i overwrite the original.

VB6 and NeroCom

any code examples to help would be superb
Code:
    Dim isoTrack As New NeroISOTrack
    Dim rootFolder As New NeroFolder
    Dim subFolder As New NeroFolder
    Dim file As New NeroFile
    
    file.Name = "my file"
    file.SourceFilePath = "c:\autoexec.bat"
    
    subFolder.Name = "my sub folder"
    subFolder.Files.Add file
    
    rootFolder.Folders.Add subFolder
    
    isoTrack.Name = "my_cd"
    isoTrack.BurnOptions = NERO_BURN_OPTION_USE_JOLIET Or NERO_BURN_OPTION_CREATE_ISO_FS
    isoTrack.rootFolder = rootFolder
    
    drive.BurnIsoAudioCD "", "", False, isoTrack, Nothing, Nothing, NERO_BURN_FLAG_WRITE, 4, NERO_MEDIA_CD
hope this helps
Stephen
smremde is offline   Reply With Quote
Old 24-09-2003   #5 (permalink)
New on Forum
 
Join Date: Sep 2003
Posts: 6
Thanks

I really appreciate your reply. It has helped me closer to my goal. Also, have you come across multisessions before? I understand you have to import the iso tracks from the disc and add them to the new write process but I am unsure of the code. Any Ideas?
DonnyDo is offline   Reply With Quote
Old 26-09-2003   #6 (permalink)
New on Forum
 
Join Date: Aug 2003
Posts: 4
sorry, this is as far as i have gone its as much as i have needed.
smremde is offline   Reply With Quote
 
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Is it possible to burn data CD programmatically via VB.Net MissouriTiger Nero SDK Discussion Forum 5 2 Days Ago 10:39
Why doesn't the data track on a disc go after an erase RCM Blank Media 11 27-12-2007 15:06
multi track dvd data storm1993 General Software 0 13-10-2006 05:21
Where can i find sample codes on burning image data in VB using Nero SDK ibulseco Nero SDK Discussion Forum 0 01-08-2006 08:22
Sound data in space before each track whatsit General Software 5 25-11-2005 02:13


All times are GMT +2. The time now is 23:40.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0