How do you make it so that you can't click anywhere else until you close the form that's open? I think it's a prop somewhere.
Printable View
How do you make it so that you can't click anywhere else until you close the form that's open? I think it's a prop somewhere.
you can archieve this by showing a modal form as
Code:Form1.Show vbModal
You can make it "application modal" by loading it "modal".
Hmm... can you be more descriptive about how to do it?
I have no idea about how to do it, but from the way they worded it, "form.show modal" restricts the click-only to just your app, they can still click somewhere outside your app but can't change between the other forms of your app, and "form.show vbmodal" seems to keep that particular form always in focus.
I have no idea, though, I'm just going with my gut here.