H
Harry Hirsch
Hello,
I just started to program for Windows Mobile 5.0 using VisualStudio 2005 and
C#. I'm looking for "inter process communication". In C++/MFC I use named
CMutex and named CEvent objects, and I sent messages to other processes
using FindWindow() and PostMessage().
All these things are not available in the Compact Framework 2.0. I tried
[DllImport] but there are no "user32.dll" or "coredll.dll" on the machine...
Is there anybody to give me a tip? Thanks!
Harry Hirsch
I just started to program for Windows Mobile 5.0 using VisualStudio 2005 and
C#. I'm looking for "inter process communication". In C++/MFC I use named
CMutex and named CEvent objects, and I sent messages to other processes
using FindWindow() and PostMessage().
All these things are not available in the Compact Framework 2.0. I tried
[DllImport] but there are no "user32.dll" or "coredll.dll" on the machine...
Is there anybody to give me a tip? Thanks!
Harry Hirsch