Click here to Skip to main content
15,900,461 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
HELP!

I have created a device application in VS 2005
I have put the following lines of code in me form
I'm using windows mobile and VB.net. I 'm trying to built an application which will send sms.
VB
Imports Microsoft.WindowsMobile.PocketOutlook
Imports Microsoft.WindowsMobile.PocketOutlook.MessageInterception
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim VBMobileSMS As New SmsMessage("09*********", "this is a test")
VBMobileSMS.Send()
End Sub
End Class

But I am always getting an exception . When I run it in the device I got this
Could not load 'sms.dll'

what could be the possible problem in here ?
Posted
Updated 7-May-13 7:02am
v2
Comments
Prasad Khandekar 7-May-13 2:53am    
Hello,

You may find this article(http://www.sourcecodester.com/visual-basic-net/send-sms-windows-mobile-5-6xx-or-7.html) useful.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900