Click here to Skip to main content
15,885,914 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: Printing Text in Smart device Pin
Ivan_ING9-Oct-08 19:00
Ivan_ING9-Oct-08 19:00 
QuestionGoogle Maps and GPS application Pin
moos37-Sep-08 9:31
moos37-Sep-08 9:31 
AnswerRe: Google Maps and GPS application Pin
N a v a n e e t h7-Sep-08 19:11
N a v a n e e t h7-Sep-08 19:11 
GeneralRe: Google Maps and GPS application Pin
moos38-Sep-08 0:59
moos38-Sep-08 0:59 
AnswerRe: Google Maps and GPS application Pin
renu.iitkgp16-Oct-08 18:09
renu.iitkgp16-Oct-08 18:09 
QuestionHow to get Device-informations and how to call and send SMS? Pin
softwarejaeger6-Sep-08 1:15
softwarejaeger6-Sep-08 1:15 
AnswerRe: How to get Device-informations and how to call and send SMS? Pin
Dushan1237-Sep-08 17:22
Dushan1237-Sep-08 17:22 
AnswerRe: How to get Device-informations and how to call and send SMS? Pin
Rupesh Kumar Swami11-Sep-08 20:47
Rupesh Kumar Swami11-Sep-08 20:47 
softwarejaeger wrote:
How can i dial a number from my Application and Send a SMS?


for dial a number use following code
Dim s As New Microsoft.WindowsMobile.Telephony.Phone<br />
       s.Talk("+919413684086\0")


and for send a sms using following code

Dim messageBody As String<br />
<br />
        messageBody = Me.MessageText<br />
        Dim SMSMessage1 As SmsMessage = New SmsMessage("+919413684086", messageBody)<br />
        SMSMessage1.Send()


hope this helps

Rupesh Kumar Swami
Software Developer,
Integrated Solution,
Bikaner (India)

My Company
Award: Best VB.NET article of June 2008: Create Column Charts Using OWC11

GeneralRe: How to get Device-informations and how to call and send SMS? Pin
Hurricane300022-Sep-08 6:52
Hurricane300022-Sep-08 6:52 
QuestionDevice Id Pin
ellllllllie5-Sep-08 0:13
ellllllllie5-Sep-08 0:13 
AnswerRe: Device Id Pin
Dushan1235-Sep-08 19:49
Dushan1235-Sep-08 19:49 
AnswerRe: Device Id Pin
PavanPareta6-Sep-08 0:52
PavanPareta6-Sep-08 0:52 
Question[Message Deleted] Pin
THOBANI3-Sep-08 3:49
THOBANI3-Sep-08 3:49 
AnswerRe: Phonebook Accss Pin
Pavel Klocek3-Sep-08 20:08
Pavel Klocek3-Sep-08 20:08 
AnswerRe: Phonebook Accss Pin
PavanPareta6-Sep-08 0:16
PavanPareta6-Sep-08 0:16 
QuestionAccess SMS in SmartPhone Pin
Blue_Boy3-Sep-08 0:16
Blue_Boy3-Sep-08 0:16 
AnswerRe: Access SMS in SmartPhone Pin
PavanPareta6-Sep-08 0:46
PavanPareta6-Sep-08 0:46 
NewsRe: Access SMS in SmartPhone Pin
Blue_Boy6-Sep-08 3:05
Blue_Boy6-Sep-08 3:05 
QuestionWait Cursor for WM 5.0+ Pin
akirilov2-Sep-08 22:34
akirilov2-Sep-08 22:34 
AnswerRe: Wait Cursor for WM 5.0+ Pin
Dushan1235-Sep-08 19:44
Dushan1235-Sep-08 19:44 
AnswerRe: Wait Cursor for WM 5.0+ Pin
PavanPareta6-Sep-08 0:24
PavanPareta6-Sep-08 0:24 
AnswerRe: Wait Cursor for WM 5.0+ Pin
akirilov8-Sep-08 21:46
akirilov8-Sep-08 21:46 
QuestionPanel ... Pin
PavanPareta1-Sep-08 19:50
PavanPareta1-Sep-08 19:50 
QuestionPlaying MP3 to the caller Pin
huangrongchuan1-Sep-08 17:45
huangrongchuan1-Sep-08 17:45 
AnswerRe: Playing MP3 to the caller Pin
Pavel Klocek3-Sep-08 18:52
Pavel Klocek3-Sep-08 18:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.