Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Code snippets using the Microsoft Windows 32
API.
*
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.