What is the last window opened?
daniva Sometimes applications display reports, when the window title depends on server, ip, date an time, report type etc.
daniva Sometimes applications display reports, when the window title depends on server, ip, date an time, report type etc.
daniva The FindWindow function retrieves a handle to the top-level window whose class name and window name match the specified strings. This function does not search child windows. This function does not perform a case-sensitive search.
daniva The EndTask function is called to forcibly close a specified window.
daniva The CloseWindow function minimizes (but does not destroy) the specified window.
daniva The SwitchToThisWindow function is called to switch focus to a specified window and bring it to the foreground.
daniva The IsZoomed function determines whether a window is maximized.
daniva The IsIconic function determines whether the specified window is minimized (iconic).The IsIconic function determines whether the specified window is minimized (iconic).