hide from "running programs"

  • Thread starter Thread starter Peter Bladh
  • Start date Start date
P

Peter Bladh

Hi!

Is it possible to hide forms from the "Pocket Pc Running Programs"? I only
like my "main form" to appear there.

Thanx
/peter
 
but if you call .Hide() the window isn't visible anymore!
If you do a Show() or ShowDialog() it's back in the "Running Programs"!

i'm searching for a solution too!

Boris
 
eing??

Alex, I suppose that isn´t the correct way to do it, will be some fake, or
not?

Javier Ros Moreno
 
That is the correct way. "Running Programs" simply enumerates the captions
of all top-level forms.
 
Greetings,

I would just like to point out that this question has come up several times
over the past week and it is answered in the FAQ. Please consider using the
FAQ as one of your primary sources of information for the .NET Compact
Framework. Doing a google groups search with compactframework as part of
the search string is another good resource for finding previously asked
questions from this newsgroup.

7.34. How do I suppress Form titles from showing in the active applications
list?
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#7.34

--
Geoff Schwab
Program Manager
Excell Data Corporation
http://msdn.com/mobility
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx

This posting is provided "AS IS" with no warranties, and confers no rights.
 
ahá, cool ;)

Geoff Schwab said:
Greetings,

I would just like to point out that this question has come up several times
over the past week and it is answered in the FAQ. Please consider using the
FAQ as one of your primary sources of information for the .NET Compact
Framework. Doing a google groups search with compactframework as part of
the search string is another good resource for finding previously asked
questions from this newsgroup.

7.34. How do I suppress Form titles from showing in the active applications
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#7.34

--
Geoff Schwab
Program Manager
Excell Data Corporation
http://msdn.com/mobility
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx

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