Board index » cppbuilder » Modeless form acting modal

Modeless form acting modal

Quote
Richard Casten wrote:
> I have an application in which there are modeless forms visible.
> On one of the forms, when a button is pressed, I wish to bring up
> a new form such that only the new form and one of the other
> visible forms can receive input.  This condition is to exist
> until the new form is closed, at which point all of the visible
> forms can receive input. What is the best way to accomplish this

Also, the new form is to return a value when it is closed. The form
calling the new form is to wait until the new form is closed and
process the value returned.
 

Re:Modeless form acting modal


I have an application in which there are modeless forms visible.
On one of the forms, when a button is pressed, I wish to bring up
a new form such that only the new form and one of the other
visible forms can receive input.  This condition is to exist
until the new form is closed, at which point all of the visible
forms can receive input. What is the best way to accomplish this

Other Threads