I'm using VB 2008 prof. edition. I'm trying to create a windows 6.5 mobile application. In the application I need to record sound from the mike. Is there a certain function I can use that would call the recorder already on the phone to do the recording?
And I also tried different codes in C# to record but I'm having errors when it comes to this library "Microsoft.VisualBasic.Devices". Even after I add a reference to "Microsoft.VisualBasic" , the complier still doesn't recognize Microsoft.VisualBasic.Devices.
Any help would be appreciated


