VC No title bar dialog box Move (send message again in OnLButtonDown)

Source: Internet
Author: User

Operating system: Windows 7
Software Environment: Visual C + + SP1
This goal: to achieve a frame-free movement

The so-called Untitled Bar dialog box is a dialog-based project, with the dialog box property border set to None, and the dialog box looks like this:

To add a left click event for the dialog box, the code is as follows:

[CPP]View PlainCopy
    1. void Cplayerdlg::onlbuttondown (UINT nflags, CPoint point)
    2. {
    3. //TODO: Add the Message Handler code and/or call the default value here
    4. SendMessage (wm_syscommand,0xf012,0);
    5. Cdialog::onlbuttondown (nflags, point);
    6. }

When you're done, you can pull the dialog box to move.

http://blog.csdn.net/akof1314/article/details/4887773

VC No title bar dialog box Move (send message again in OnLButtonDown)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.