Semi Hiding Form

D

DS

Is there any way to gray out, or shade a form when you open another form
on top of it?
Thanks
DS
 
D

Dirk Goldgar

DS said:
Is there any way to gray out, or shade a form when you open another
form on top of it?

If the second form is set as Modal (that's a property on the Other tab
of the form's property sheet in design view), then no other, non-modal
forms will be accessible when it's open, and their caption bars will be
grayed. Is that good enough for you?
 
R

Rick B

If you set the other form to Pop-Up, then it will not release the focus
until it is closed. Is that what you want?

Rick B
 
D

DS

Dirk said:
If the second form is set as Modal (that's a property on the Other tab
of the form's property sheet in design view), then no other, non-modal
forms will be accessible when it's open, and their caption bars will be
grayed. Is that good enough for you?
I was hoping to gray out or shade the whole form, if that isn't possible
I'll guess I'll have to settle for just the caption bar.
Thanks
DS
 
D

DS

Rick said:
If you set the other form to Pop-Up, then it will not release the focus
until it is closed. Is that what you want?

Rick B
I have that set now. I just want to grey out the form underneath, I
guess it's more of a cosmetic thing.
Thanks
DS
 
D

Dirk Goldgar

DS said:
I was hoping to gray out or shade the whole form, if that isn't
possible I'll guess I'll have to settle for just the caption bar.

Sorry, I don't know any way to do that that would be worth the effort.
 
Top