TheSwamp

Code Red => VB(A) => Topic started by: assafius on July 29, 2014, 01:13:12 PM

Title: Modeless
Post by: assafius on July 29, 2014, 01:13:12 PM
I am looking for a way to switch a form between a modal and a modeless state, by a simple click on the modelspace at any point outside the form. Much gratitude for any piece of advice fellows.
Title: Re: Modeless
Post by: Patch61 on August 07, 2014, 01:49:17 AM
I'm not sure this can be done very easily, if at all. If you want to be able to click on modelspace, why not just make it modeless to begin with?

Hmmm... perhaps if you could register a click outside the form somehow, you could close and quickly reopen the form.

-Patch