HelloWorld. C++ Tutorials. Microsoft Visual Studio IDE. MFC. Simple Input/Output. Dialog/Form Based GUI Application. The program does the following:
- Creates a dialog box (form) with two buttons on it and a dialog box (form) "About the program".
- Starts a cycle of processing messages (events) from the user or the operating system.
- When you click the button labeled "Say Hello", it displays a dialog box with the message "Hello, World".
- When you select the "About the program" menu item, the "About the program" dialog box (form) is displayed.
- Clicking the button labeled "Quit" or the "Close" button in the dialog box's title bar exits the dialog box.
HelloWorld. Занятия по C++. ИС Microsoft Visual Studio. Библиотека MFC. Простой Ввод-Вывод. Приложение с графическим интерфейсом пользователя на основе диалогового окна (формы). Программа делает следующее:
- Создаёт диалоговое окно (форму) с двумя кнопками на нём (ней) и диалоговое окно (форму) "О программе".
- Запускает цикл обработки сообщений (событий) от пользователя или операционной системы.
- При нажатии кнопки с надписью "Say Hello" выводит диалоговое окно с сообщением "Hello,World".
- При выборе пункта меню "О программе" показывает диалоговое окно (форму) "О программе".
- При нажатии кнопки с надписью "Quit" или кнопки "Закрыть" в заголовке диалогового окна завершает работу.