tags:

views:

26

answers:

1

Hi,

I have a form that I want to push behind all other windows when a certain operation runs.

Is this possible?

+2  A: 

Form.SendToBack() is what you're looking for.

Justin Niessner
Great, thanks!I will "Accept" this answer in 10 minutes
Soo