Quote:
> How do I achieve the same effect as the VB6 Multimedia
> control in VB.Net?
> I want to record and play audio. With VB 6 I used the
> multimedia control, but I can find no reference to this in
> VB.net.
I don't believe there's anything like that in this version of the
framework. If you need this capability in a .NET app, you could develop
a VB6 COM component and then interop with .NET.
--
Patrick Steele
Microsoft .NET MVP