modal dialog & home made popup panel

L

Lloyd Dupont

I have a home made popup panel which are constructed by using borderless,
resized window.
I use them in home made combobox.

Now I ran into a problem with modal window.
I have a modal window with a home made combobox.
When click into it it popups my home made popup panel.
But then I can't clic on it as the dialog is modal.

Any similar experience and/or workaround or tip to share ?
 
J

Jeremy

I'm building a custom ComboBox in the same way (popup list is in a
borderless form) and have encountered the same problem.

If I use Show() to display my popup form, I get the behavior I want
EXCEPT that the caption for my popup form appears on the title bar.
I've searched the groups but thus far I haven't found a way to display
the popup without affecting the PPC title bar. Can this be done?
 
A

Anthony Wong [MSFT]

Can you make the popup panel modal too?

This posting is provided "AS IS" with no warranties, and confers no rights.
 
A

Anthony Wong [MSFT]

Try setting the Text property of the popup form to the Title bar text of
the main form, then the caption will stay unchanged when the popup form
appears.

Regards,
Anthony

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top