PopupControl Articles and Tutorials

Allowing the Popup Window to be Moved

Author: Mike Palmatier
Platform: Visual C++ 6.0

By default you are not allowed to move the popup window when it is displayed. To allow your users to move the popup window all you need to do is set the AllowMove property to TRUE. Now you will be able to click on the popup window and drag it around.

m_pActivePopup->AllowMove(TRUE);