怎么把对话框窗口的Z次序 设置在指定程序窗口上层

求助 如何把对话框窗口的Z次序 设置在指定程序窗口上层
如题 ,我想吧自己的窗口 在某一程序窗口上层 ,而不影响网页 和其他窗口

用SetWindowPos的第二个参数 都试过了,不能达到目的
求高人指定

------解决方案--------------------
SetParent()
------解决方案--------------------
GetWindow
The GetWindow function retrieves a handle to a window that has the specified relationship (Z order or owner) to the specified window. 

HWND GetWindow(
HWND hWnd, // handle to original window
UINT uCmd // relationship
);

做循环,获取窗口句柄,找到你想要的窗口,
然后调用SetWindowPos