one app have multi items in window of running app!

  • Thread starter Thread starter Risen
  • Start date Start date
R

Risen

Hi,all,

I use Vb.net 2003 to develop ppc multiform program.When I run my app on
the ppc I found windows of running app have many form!! But it run one
app,why have not one item in running app?? Pls Help me.

B.R.

Risen
 
"Running programs" simply enumarates all top level windows, not all
processes. If you have multiple forms with captions, they will all show up.
The solution is to remove your Form's text when it loses focus and restore
it when it re-gains focus.

-Chris
 
Thx. I will try it.


"Running programs" simply enumarates all top level windows, not all
processes. If you have multiple forms with captions, they will all show
up. The solution is to remove your Form's text when it loses focus and
restore it when it re-gains focus.

-Chris
 
Back
Top