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?
webmasta - 17 Aug 2005 09:08 GMT
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?