one app have multi items in window of running app!

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
 
G

Guest

"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
 
R

Risen

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top