Microsoft DirectX 9.0 |
The SetWindowForeground method places the video window at the top of the Z order.
Syntax
objVideoWindow.SetWindowForeground(
Focus As Long)
Parameters
Focus
Boolean value that specifies whether to give the window focus. If True, the window will get the focus.
Return Values
This method does not return a value.
See Also