Fast maximizing/minimizing of form

  • Thread starter Thread starter schoenfeld1
  • Start date Start date
S

schoenfeld1

I'm using .NET 1.1 and need my forms to maximize and minimize as fast
as possible, without the standard window dragging that usually occurs.

Does anyone know a way to do this?

Also, how can I make a form the foreground window on the desktop?
 
I guess ure talking about the ghosting trails that follows the form on minimizing ... I think that
is an option of the operating system and basically left to user preference ... I am not sure you can
turn it off/on programatically in your app.

foreground window?? not sure what you mean but Form.Show() or BringToFront() usually focuses the
form.



| I'm using .NET 1.1 and need my forms to maximize and minimize as fast
| as possible, without the standard window dragging that usually occurs.
|
| Does anyone know a way to do this?
|
| Also, how can I make a form the foreground window on the desktop?
|
 
Back
Top