Create Agent exe for windows based mobile for sending sms?
-
Hi all, i want to create an agent exe that is use in windows based mobile. i want to execute the exe from my Dialog based MFC type application with the use of function CeCreateProcess. i want the agent exe send the message from mobile which details getting from dialog box application. here i m create a project for agent exe from VS-2008 that is MFCSmartDeviceApplication.please tell me may i right or please help me on which platform i m creating this agent exe. and please explain me how can i send the msg from connected windows based mobile throuh my application where i provide the recipient number and sms text to agent exe. please help me for this. if possible please explain me with example. thanks in advance.
To accomplish great things, we must not only act, but also dream; not only plan, but also believe.
-
Hi all, i want to create an agent exe that is use in windows based mobile. i want to execute the exe from my Dialog based MFC type application with the use of function CeCreateProcess. i want the agent exe send the message from mobile which details getting from dialog box application. here i m create a project for agent exe from VS-2008 that is MFCSmartDeviceApplication.please tell me may i right or please help me on which platform i m creating this agent exe. and please explain me how can i send the msg from connected windows based mobile throuh my application where i provide the recipient number and sms text to agent exe. please help me for this. if possible please explain me with example. thanks in advance.
To accomplish great things, we must not only act, but also dream; not only plan, but also believe.
The agent is supposed to be a background process? So you should create a win32 smart device project here. For interprocess communication the easiest sollution should be the message queue interface. Look up CreateMsgQueue in MSDN.