BringWindowToTop

Syntax

void BringWindowToTop(hWnd)

This function brings a pop-up or child window to the top of a stack of overlapping windows. In addition, it activates pop-up and top-level windows. The BringWindowToTop function should be used to uncover any window that is partially or completely obscured by any overlapping windows.

Parameter Type/Description  

hWnd HWND Identifies the pop-up or child window that is to be brought to the top.  

Return Value

None.