D
DS
Is there any way to gray out, or shade a form when you open another form
on top of it?
Thanks
DS
on top of it?
Thanks
DS
DS said:Is there any way to gray out, or shade a form when you open another
form on top of it?
I was hoping to gray out or shade the whole form, if that isn't possibleDirk 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 have that set now. I just want to grey out the form underneath, IRick 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
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.
Thanks, I appreciate the input.Dirk said:Sorry, I don't know any way to do that that would be worth the effort.