VC ++ modal dialog box and non-modal dialog box, vc Modal Dialog Box
There are two types of dialog boxes in MFC: Modal Dialog Box and non-modal dialog box.
The modal dialog box means that when it is displayed, the program will pause the execution
The dialog box can be created using domodal or creat. Domodal creates a modal dialog box, while the non-Modal Dialog Box created by creat summarizes their differences.
For a modal dialog box, before the dialog box is closed, you cannot work in other
Unlike the modal dialog box, the non-modal dialog box does not monopolize user input. After you open the non-modal dialog box, you can still interact with other interfaces.
The design of the non-modal dialog box is similar to that of the modal
The main difference between a non-modal dialog box and a modal dialog box is that a non-modal dialog box does not monopolize user input. After a non-modal dialog box is opened, the user can still interact with other interfaces. However, the modal
The Mode dialog box cannot process the parent window without processing it, but the mode dialog box can process the parent window without processing the dialog box first. example: Right-click my computer on the desktop, select properties, and the
The list box is a pre-defined subwindow named "ListBox" in the window class. The box contains a list of bar strings that can be displayed in scrolling mode. Only one entry can be selected in the standard list box. The selected entries are
Create dialog box creating dialogs
A dialog box is usually a small window before the current activity. The following activities lose focus and the dialog box accepts all user interactions. A dialog box is usually used as a notification or running
When you delete a file or folder in a Windows 8 system, we find that the system does not give a previously familiar dialog box to ask for confirmation of deletion because the WIN8 system defaults to not displaying "are you sure you want to move this
You can use toolbars to further enhance the application's menu interface. The toolbar contains a toolbar button that provides quick access to the most commonly used commands in your application. For example, a toolbar in Visual basic contains
CSS box floating, CSS box floating
In a standard stream, a block-level element automatically stretches horizontally until the boundary of the element that contains it. in the vertical direction, the element and the sibling element are arranged in
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.