Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Dockable but not floatable menu bar Collapse All
Subject Author Date
Timothy Anderson Sep 29, 2006 - 2:51 PM

I can’t seem to find anything on how to allow the menu bar to dock but not to float off of the application.

It would be nice to figure out how to set up your forum search to do keyword AND searches, not keyword OR searches also.

Technical Support Oct 2, 2006 - 10:58 AM

You should use the following menu bar class:

    class CMyMenuBar : public CExtMenuControlBar
    {
    public:
        virtual void FloatControlBar(
            CPoint ptFloat,
            DWORD dwStyle = CBRS_ALIGN_TOP
            )
        {
            ptFloat;
            dwStyle;
        }
    };
As for the better search, we agree with you. We would have added the AND search long ago if our hosting provider had had the full text search option turned on on their SQL server. We are sorry for this inconvenience and would like to assure you that this issue will be resolved.