Fast maximizing/minimizing of form

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?
 
W

webmasta

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?
|
 

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