Hi,
I need an idea how to start building my smartphone ap.
I want to send a SMS text message by pressing one button in my ap.
Thanks.
Hi,
I need an idea how to start building my smartphone ap.
I want to send a SMS text message by pressing one button in my ap.
Thanks.
What platform, WP7? or...
VB6 & C# (WCF LINQ) mostly
If you need help with a WPF/WCF question post in the NEW WPF & WCF forum and we will try help the best we can
My site
My blog, couding troubles and solutions
Wm6.5
Microsoft.WindowsMobile.dll
Microsoft.WindowsMobile.PocketOutlook.dll
Import Microsoft.WindowsMobile.PocketOutlook NameSpace
SmsMessage __sms = new SmsMessage("1113335551" , "Hello World");
sms .Send();
more here
::Winamp 5.xx id3v2 & modern skin support::
::NetCF DataGrid Programatically Scroll Example::
Don't forget to rate posts from those who helped you solving your problem, clicking onand rating it.
Hi,
maybe you can get some useful info from this page .ozekisms.com. It is about how to send SMS messages from VB using an SQL database. Maybe this example can help you.
Good work,
Mike