System Application Processes related problem

Asked By 0 points N/A Posted on -
qa-featured

Can anyone help me to run an application as background process? Later, I would like to bring it foreground. How can I do this? If I end the application, will that affect the functioning of other related processes?

SHARE
Answered By 0 points N/A #107674

System Application Processes related problem

qa-featured

Hi Rebecca_Rau,

         To help you run the application as background process, you must do the following:

  • You must hide all the changes.
  • You can also utilize a notify Icon to display if the application is still working.
  • You can also take into consideration of utilizing Application to Run method.  This method enables  the application message loop without requiring a form to begin the application in which it occupies in the OpenNETCF.Windows.Forms.
  • You should add or remove an icon from the status area of the taskbar.
  • After adding an icon, utilize Message window in sending messages to run the background process.

Hope this might help you.

Thanks.

Related Questions