C # Implementing a form that is scaled down by the surrounding center exit effects

Source: Internet
Author: User

C # Implementation of the form from the surrounding to the center to exit the effect, through the Simple C # window call parameter settings to implement the Exit effect function, very simple and practical, the need for friends to refer to.

The implementation method is as follows:

1234 public const int32 Aw_center = 0x00000010; public const int32 aw_hide = 0x00010000; [dllimport ( ,charset=charset.auto)] public static extern bool animatewindow (IntPtr hwnd, int dwtime, int dwflags);

form_closing invocation: (using both Aw_center and aw_hide identities)

The code is as follows: AnimateWindow (this. Handle, Aw_center | Aw_hide);

C # Implementing a form that is scaled down by the surrounding center exit effects

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.