tags:

views:

19

answers:

1

If I have a form open already that is not modal, can I turn it modal by the click of a button on that form.

A: 

I don't suppose so. Usually you have to give the old form as a parameter in the constructor to create a modal form. The .Modal property is also read-only, so from my experience you have to indicate when creating the form.

Joachim VR