How to change messages between .Net CF app and EVC app?

  • Thread starter Thread starter Paul G. Tobey [eMVP]
  • Start date Start date
P

Paul G. Tobey [eMVP]

PostMessage()? You can find it in the API docs for the Pocket PC SDK...

Paul T.
 
I need to send a message or event from a Smart Device Application to a
Embedded VC application.
Any sugestion?

Thanks

Ricardo
 
And the target in the CF application should be your own class derived from
MessageWindow
 
Back
Top