Creating Audio Plug-In

ProggyDude

Member
Joined
Sep 6, 2004
Messages
10
Location
Ontario, Canada
Programming Experience
1-3
Can anyone direct me as to how to get the Microsoft.WindowsMediaServices component for VB.NET?

Also, I am creating an audio plug-in to embed a .WAV file into a .NET project. If any one knows of one that exists already, please let me know!!!

Cheers,

Proggy :cool:
 
VB.NET:
Option Explicit On
Option Strict On

Imports Microsoft.WindowsMediaServices  '<---there ya go

Private Class frmMain

#region " Windows Generated Code "

...

#end region

End Class
 
That's what I can't get.....could it be an installation error??? because I can't Import Windows.MediaServices, for some reason it is not in my COM list.

Is there somewhere that I can download it from??
 
Back
Top