Codeine519
March 29th, 2004, 11:49 AM
I am attempting to read the table of contents from a CD, in order to generate the ID number to pass to a CDDB server for a little project I am working on.
Using code snippets from http://www.hochfeiler.it/alvise/aspi_VB.htm , it shows an example using VarPtr().
I have found out that VarPtr is not supported in Visual Basic .Net. Is there any work around, or any suggestions on what to do for this particular problem. Every example that I have found for doing what I want to do is written in Visual Basic 6 code, and I am trying to write it using VB.Net
Any help would be appreciated. Thank you,
Codeine519
Using code snippets from http://www.hochfeiler.it/alvise/aspi_VB.htm , it shows an example using VarPtr().
I have found out that VarPtr is not supported in Visual Basic .Net. Is there any work around, or any suggestions on what to do for this particular problem. Every example that I have found for doing what I want to do is written in Visual Basic 6 code, and I am trying to write it using VB.Net
Any help would be appreciated. Thank you,
Codeine519