A
A
avp2016-09-24 09:57:14
C++ / C#
avp, 2016-09-24 09:57:14

How to make a modal so that it leaves an active minimize button?

C++ Builder 2009
A modal window opens from the main form via ShowModal(). In this case, the buttons in the main form Collapse, Expand, Close do not work. Is there any way I can set this button to work in a modal window?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Ananiev, 2016-09-25
@SaNNy32

That's why it's a modal window, it doesn't allow access to the parent. You can do this by opening a non-modal window.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question