Disable "Window Restore" button

M

Martureo Bob

Hi;

My application consists of a main form that drives other forms based on
buttons being clicked. All forms are modal popups. All have a control box.
All run maximized. All can be minimized. When the main form opens a
secondary form, it hides itself --- the OnClose event for the secondary
forms all make the main form visible again. That's all working fine!

But I've had lots of problems if the user clicks the "window restore" button
while the form is maximized. I've read all kinds of posts on this matter,
with all kinds of tricky things like taking out the control box and using
timer routines to maximize the form, etc.

I don't want any of this.

I still require that the user be able to minimize the form.

I simply don't want the user to be able to click the restore button.

So the question is --- how do I disable that button.

No other tricks --- just disable the button.

Any clues?

Bob.
 
G

Guest

bob,

first of all a dis-claim-er!!! don't take anything i say here seriously....i
usually ASK for help rather than OFFER it :)

w/ that out of the way, if you're foolhardy enough to try it anyway, how
about setting the popup property to 'Yes' and adding cmdbtns with minimize
commands and maximize commands 'on click'?

-ted
 

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