newbie question

L

Luminal

errr. dumb question here?

my application have 2 forms: Form1 and Form2. the main form is Form1.

Form1 has a button that, when clicked, loads Form2. When Form2 is
active, I see on Start-> Settings -> System -> Memory -> Running
Programs a list with Form1 and Form2.

How can I make my application just show the main form (in this case the
Form1) on the running programs list, and not all opened forms? On .NET
CF there is no form.ShowInTaskbar ...

TIA

Lum
 
P

PeterB

The only way I know of is to remove the name of the form, i.e. set the name
of the form you don't want to be visible in running programs to the empty
string.

/ Peter
 

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