Skip to content

pchp250g8-home-cpp-tutorials/msvc-cpp-gui-mfc-dialog-based-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelloWorld. C++ Tutorials. Microsoft Visual Studio IDE. MFC. Simple Input/Output. Dialog/Form Based GUI Application. The program does the following:

  1. Creates a dialog box (form) with two buttons on it and a dialog box (form) "About the program".
  2. Starts a cycle of processing messages (events) from the user or the operating system.
  3. When you click the button labeled "Say Hello", it displays a dialog box with the message "Hello, World".
  4. When you select the "About the program" menu item, the "About the program" dialog box (form) is displayed.
  5. 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. Простой Ввод-Вывод. Приложение с графическим интерфейсом пользователя на основе диалогового окна (формы). Программа делает следующее:

  1. Создаёт диалоговое окно (форму) с двумя кнопками на нём (ней) и диалоговое окно (форму) "О программе".
  2. Запускает цикл обработки сообщений (событий) от пользователя или операционной системы.
  3. При нажатии кнопки с надписью "Say Hello" выводит диалоговое окно с сообщением "Hello,World".
  4. При выборе пункта меню "О программе" показывает диалоговое окно (форму) "О программе".
  5. При нажатии кнопки с надписью "Quit" или кнопки "Закрыть" в заголовке диалогового окна завершает работу.

About

HelloWorld. Microsoft Visual Studio IDE. MFC. Simple Input/Output. Dialog/Form Based GUI Application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors