CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Popups and Titlebars

    When I display a WM_POPUP window the main application window's title bar changes to its inactive color.

    This is good and correct behavior.

    However for my app I'd like to retain the main window title bar's active color at the same time the popup is displayed even though the main window doesn't have focus. An example of this behavior would be the combo-box popup list.

    Any help would be greatly appreciated.

    Karen




  2. #2
    Join Date
    Mar 2001
    Posts
    24

    Re: Popups and Titlebars

    Hi,
    Sorry i can't answer u but i m looking for similar thing.If u have done this before please help me out.
    I am looking for a class or function which enables my application to integrate with pop-up windows or message box.As it comes in msn Messenger or yahoo messenger.....How it can be done or some help on the topic....
    Thanx in Advance

    :-)



    :-)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured