Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
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.
- 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
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
