Function:
BringWindowToTop(HWNDhWnd)
|
Description:
Brings a specified window to the
top of the Z-order, placing it above any windows previously on top of
it.
|
Parameters:
hWnd: A handle to the window to bring to the top.
|
Returns:
If an error occured, the function returns 0. If successful,
the function returns a non-zero value..
|
Example: 
Click on the calc icon to view a sample of the bringWindowToTop
function.
|