Data communication between winforms of two different applications

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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 said:
Look at using DDE.
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.
 
Back
Top