copying files to new CDR with VB

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cj

    copying files to new CDR with VB

    I am wondering if anyone can point me to a VB.net demo of how I can
    create a new data cd from within code. I know I can copy the files to
    "%homedrive%%ho mepath%\local settings\applic ation data\microsoft\ cd
    burning" but I'd like it to better handle the insertion of the cd and
    issue the command to write the files to cd.
  • kimiraikkonen

    #2
    Re: copying files to new CDR with VB

    On Apr 1, 6:55 pm, cj <c...@nospam.no spamwrote:
    I am wondering if anyone can point me to a VB.net demo of how I can
    create a new data cd from within code. I know I can copy the files to
    "%homedrive%%ho mepath%\local settings\applic ation data\microsoft\ cd
    burning" but I'd like it to better handle the insertion of the cd and
    issue the command to write the files to cd.
    CJ,
    Haven't tried but there's an article on VBaccelerator:

    For DataCDs:


    For AudioCDs:


    Also it would be nice if you have any success on implementing the
    article on your project.

    Regards,

    Onur Güzel

    Comment

    • =?ISO-8859-1?Q?Mathias_W=FChrmann?=

      #3
      Re: copying files to new CDR with VB

      Hi cj,

      cj wrote:
      I am wondering if anyone can point me to a VB.net demo of how I can
      create a new data cd from within code. I know I can copy the files to
      "%homedrive%%ho mepath%\local settings\applic ation data\microsoft\ cd
      burning" but I'd like it to better handle the insertion of the cd and
      issue the command to write the files to cd.
      I did no test of this, but here is another example using imapi2 library
      and C# for burning CDs/DVDs. Maybe you can make use of this.

      Regards,

      Mathias Wuehrmann

      Comment

      • cj

        #4
        Re: copying files to new CDR with VB

        I think you forgot to include the link.

        Mathias Wührmann wrote:
        Hi cj,
        >
        cj wrote:
        >I am wondering if anyone can point me to a VB.net demo of how I can
        >create a new data cd from within code. I know I can copy the files to
        >"%homedrive%%h omepath%\local settings\applic ation data\microsoft\ cd
        >burning" but I'd like it to better handle the insertion of the cd and
        >issue the command to write the files to cd.
        >
        I did no test of this, but here is another example using imapi2 library
        and C# for burning CDs/DVDs. Maybe you can make use of this.
        >
        Regards,
        >
        Mathias Wuehrmann

        Comment

        • =?ISO-8859-1?Q?Mathias_W=FChrmann?=

          #5
          Re: copying files to new CDR with VB

          cj wrote:
          I think you forgot to include the link.
          yes, I constantly keep forgetting to include attachments in mails and
          sometimes even to provide an essential link. Sorry for that ;-)

          Here it is:


          Comment

          Working...