#include <windows.h>

Source: Internet
Author: User

Function:

MessageBox (0, "dialog box Contents", "dialog box title", 0);

The first parameter is set to 0, the first parameter is the number of the dependent window, the equivalent of who pops up the window,0 for the system pop-up, the second parameter is the contents of the dialog box, the third parameter is the title of the dialog box, the fourth parameter is a dialog box type, set to 0

ShellExecute (0, "open", "www.qq.com", 0, 0, 1);

The first parameter, indicating that the window executes, 0 is the system execution, the second parameter is what to do,

In general, only "open", "print", the third parameter is the path of the execution of the file or name or URL, or e-mail address, the third parameter is replaced with the path of the file, and note \ 1 slash replaced by a \\2 slash

Fourth, fifth, are some of the system reserved parameters, are set to 0,

The last parameter is to control the opening of the window display, hide, maximize, minimize, this generally does not play any role, sometimes control maximization, minimize, hide, display and so on.

#include <windows.h>

Related Article

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.