Put Application in Background.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I'm new in SmarthPhones C# programming
and I have found nothing about how to put
a C# form application running in backgound
until the user decides to look over it
(something like Windows tray icons ).

Can anyone help me?

Thank you in advance!
 
You can add notification component (located in Microsoft.WindowsCE.Forms)
and hide the form by calling .Hide() method.


Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 
Thank you,
I have found NotifyClient sample application and it work fine for Pocket PC!

Have you any suggestion for smarthPone? The tray icons are not clickable.
Is it possible to "link" backgound running application to a main window
object?
 
Back
Top