Can’t find “sms.dll” file

Hi,

I read in this link “http://support.microsoft.com/kb/555578/en-us” that the .NET Compact Framework brings the followings dll.

COREDLL.DLL
AYGShell.dll – Pocket PC shell functions
CommCtrl.dll – Common control lib
WinSock.dll – Windows Sockets
Phone.dll – High level phone control
SMS.dll – SMS messaging API

I’m working on VB 2005 whit .NET Compact Framework v2 trying to develop an application that sends SMS but in all the code examples that I could find they call an dll file named ”sms.dll”:

<System.Runtime.InteropServices.DllImport("sms.dll")>

I been searching in the internet, in all the directories of my computer looking for that file. If some body knows were I can find it please let me know.



Answer this question

Can’t find “sms.dll” file