Needs VarPtr substitution

zinedine1986

New member
Joined
Sep 2, 2005
Messages
2
Programming Experience
Beginner
Hi,
Alright, I am a newbie at VB.NET. But I do have some experience in ASP.NET with vb and java though.

So I am trying to write a recording software in VB.NET which will allow adjustments to the sound as well. So the most basic is of course adjusting the microphone's level. I dug around on the net, and found 1 in VB6. Managed to convert to vb.net, had some errors but solved them, leaving just this:

.paDetails = VarPtr(MixerState(0).MxrVol)

Alright, I dug somore and realise that VarPtr is something rather low-level for the memory/CPU, and that its no longer in existent in VB.NET and there is no direct descendant. My problem is, how should I change this? Any ideas? Thx in advance
 
Back
Top