(C++) Windows
February 24, 2017 · View on GitHub
(C++)
Windows
Windows is an operating system.
In a non-windows environment, Wine can be used to (not) emulate a Windows environment.
When using windows, Wine can be used to emulate a UNIX environment.
Windows code snippets
- Close the foreground window, CloseForegroundWindow
- Close windows with a certain substring in their text, CloseWindowsWithInText
- Close windows with a certain text, CloseWindowsWithText
- CloseForegroundWindow, close the foreground window
- CloseWindowsWithInText, close windows with a certain substring in their text
- CloseWindowsWithText, close windows with a certain text
- CoutChildWindows, std::cout the text of each window and its children
- Make a screenshot and store it as a bitmap, MakeScreenshot
- MakeScreenshot, make a screenshot and store it as a bitmap
- std::cout the text of each window and its children, CoutChildWindows



cross compiling from Qt Creator under Ubuntu to Windows




How to port your code from Qt Creator under Ubuntu to another Windows?



