I launch an application in windows CE 3.0 from a C++ dll using the CreateProcess() call. The application that is launched runs as per requirement. But this application is not listed in the task manager as an application. It is only seen when the settings of task manager is changed to show all processes.
How can i make the process launched appear as an application in task manager?
(I am using windows mobile 6.1, and the application to be launched is a c# .net CF application)