How to show a window that acts like a popup menu?

Posted by Edwin on Stack Overflow See other posts from Stack Overflow or by Edwin
Published on 2010-02-01T17:00:15Z Indexed on 2010/05/29 11:52 UTC
Read the original article Hit count: 133

Filed under:
|
|

Hi,

When window A is show, I want to show another none-modal popup window B, but:

  1. I don't want window A to become inactive due to window B becomes the front window;
  2. I want that when window B is focused, I pull down a combo box control on window A with one click (generally you have to click twice, one for moving the focus to window A and the second for pulling down the combo box);

As you can see, the window B that I want is something like a more usable popup window like a popup menu (which is less a obstacle than a general none-modal window when you want it to get away by clicking on any other part of the parent window).

Am I clear on my question? Thank you.

© Stack Overflow or respective owner

Related posts about delphi

Related posts about win32