Reading CD subchannels with ASPI?

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

    #1

    Reading CD subchannels with ASPI?

    I'm trying to read the contents of a cd using VB.Net and would greatly
    appreciate a hand with this as I haven't done this sort of app before.

    I think i need to utilise aspi and have a pleaxtor scsi cd drive.

    I'm ok with the programming, i just need a jump start with aspi (or
    similar).

    Thanks in advance

    Mark




    ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
    http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
    ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
  • Rick Rothstein

    #2
    Re: Reading CD subchannels with ASPI?

    Almost everybody in this newsgroup is using VB6 or lower. While you may
    get a stray answer to VB.NET questions here, you should ask them in
    newsgroups devoted exclusively to .NET programming. Look for newsgroups
    with either the word "dotnet" or "vsnet" in their name.

    For the microsoft news server, try these newsgroups...

    microsoft.publi c.dotnet.genera l
    microsoft.publi c.dotnet.langua ges.vb
    microsoft.publi c.vsnet.general

    There are some others, but these should get you started.

    The following is from a post by Jeff Johnson:

    "You have posted this question individually to
    multiple groups. This is called Multiposting
    and it's BAD. Replies made in one group will
    not be visible in the other groups, which
    may cause multiple people to respond to your
    question with the same answer because they
    didn't know someone else had already done it.
    This is a waste of time.

    If you MUST post your message to multiple
    groups, post a single message and select all
    the groups (or type their names manually,
    separated by commas) in which you want it to
    be seen. This is called Crossposting and when
    used properly it is GOOD."

    Rick - MVP


    "Mark Krepka" <mark@nospam.in termouse.co.uk> wrote in message
    news:40f80862$1 _2@127.0.0.1...[color=blue]
    > I'm trying to read the contents of a cd using VB.Net and would greatly
    > appreciate a hand with this as I haven't done this sort of app before.
    >
    > I think i need to utilise aspi and have a pleaxtor scsi cd drive.
    >
    > I'm ok with the programming, i just need a jump start with aspi (or
    > similar).
    >
    > Thanks in advance
    >
    > Mark
    >
    >
    >
    >
    > ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet[/color]
    News==----[color=blue]
    > http://www.newsfeed.com The #1 Newsgroup Service in the World!
    >100,000 Newsgroups
    > ---= 19 East/West-Coast Specialized Servers - Total Privacy via[/color]
    Encryption =---

    Comment

    • Tony M

      #3
      Re: Reading CD subchannels with ASPI?

      On Fri, 16 Jul 2004 16:23:04 +0100, "Mark Krepka"
      <mark@nospam.in termouse.co.uk> wrote:
      [color=blue]
      >I'm trying to read the contents of a cd using VB.Net and would greatly
      >appreciate a hand with this as I haven't done this sort of app before.
      >
      >I think i need to utilise aspi and have a pleaxtor scsi cd drive.
      >
      >I'm ok with the programming, i just need a jump start with aspi (or
      >similar).
      >
      >Thanks in advance
      >
      >Mark
      >
      >[/color]

      ATAPI specs: http://cdromtool.sourceforge.net/ATAPI-SFF8020i.pdf
      ASPI specs (C examples): http://cdromtool.sourceforge.net/aspi32.pdf

      Tony

      Comment

      • Allen S.

        #4
        question re active x control

        Can anyone advise whether VB 5.0 CCE can do an activex control? i have vb
        6.0 but it's the student edition and doesn't have that capability. if i
        don't want to upgrade my software is there an online site that can do this
        from a vb form that i have created...thank s.


        ---
        Outgoing mail is certified Virus Free.
        Checked by AVG anti-virus system (http://www.grisoft.com).
        Version: 6.0.732 / Virus Database: 486 - Release Date: 7/29/2004


        Comment

        • J French

          #5
          Re: question re active x control

          On Mon, 2 Aug 2004 21:19:37 -0400, "Allen S." <sbs32@email.co m> wrote:
          [color=blue]
          >Can anyone advise whether VB 5.0 CCE can do an activex control? i have vb
          >6.0 but it's the student edition and doesn't have that capability. if i
          >don't want to upgrade my software is there an online site that can do this
          >from a vb form that i have created...thank s.[/color]

          Are you sure ?
          Academic editions are normally fully functional

          Try: Project/Add UserControl

          You can get all the functionality you need from including UserControls
          in the project, rather than making them into OCXes

          Comment

          Working...