In VB6, there was a MCI32.OCX control (MMC Multimedia Control) that you could use to play and record .WAV files. I have tried copying the MCI32.OCX file and referencing that in my program, but VB.NET throws a 'Class not licensed for use' error. I cannot find any similar control in VB.NET, save for a reference to a MEDIAPLAYERlib control under the COM tab in 'References'. Firstly, is there any way to use the MCI32.OCX control in VB.NET, and secondly, does anyone have any info about how to use the MEDIAPLAYERlib control class?

--Steve K.