If i want to excahnge data between my application and WM 5.0 Native SMS
application.How can i do that? i.e sending data from my application to the
Windows mobile Native application such as SMS or phonebook .... and receive
some data from Native SMS application. I have taken SMS application just for
example.It may be any other existing native application like
Tasks,Calendar,Phonebook etc.
Bryan Phillips - 13 Mar 2007 01:37 GMT
Look at using DDE.
--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
> If i want to excahnge data between my application and WM 5.0 Native SMS
> application.How can i do that? i.e sending data from my application to the
> Windows mobile Native application such as SMS or phonebook .... and receive
> some data from Native SMS application. I have taken SMS application just for
> example.It may be any other existing native application like
> Tasks,Calendar,Phonebook etc.
vjsharma - 13 Mar 2007 06:38 GMT
> Look at using DDE.
>
[quoted text clipped - 9 lines]
> > example.It may be any other existing native application like
> > Tasks,Calendar,Phonebook etc.
Is there any example which shows the use of DDE. Actually i don't want to
exchange large data between applications but very specific data,e.g if i
invoke sms editor winform in my application i will pass the sms structure
properly filled to that.
And would expect the same from SMS application(just for example). So could
you suggest me any example available or functions used to do the same.
Bryan Phillips - 13 Mar 2007 23:02 GMT
See this article for a better example using .Net remoting. DDE is
becoming obsolete.
http://www.eggheadcafe.com/articles/20050831.asp
--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
> > Look at using DDE.
> >
[quoted text clipped - 16 lines]
> And would expect the same from SMS application(just for example). So could
> you suggest me any example available or functions used to do the same.
Bryan Phillips - 13 Mar 2007 01:37 GMT
Technically, you can still use remoting too.
--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
> If i want to excahnge data between my application and WM 5.0 Native SMS
> application.How can i do that? i.e sending data from my application to the
> Windows mobile Native application such as SMS or phonebook .... and receive
> some data from Native SMS application. I have taken SMS application just for
> example.It may be any other existing native application like
> Tasks,Calendar,Phonebook etc.