Desktop Functions: Smart Device Functions:
|
Search Results for "SetActiveWindow" in [All]Enums1: WindowStyles
/// To activate the window, use the SetActiveWindow or SetForegroundWindow function.
''' To activate the window, use the SetActiveWindow or SetForegroundWindow function.
/// To activate the window, use the SetActiveWindow or SetForegroundWindow function.
''' To activate the window, use the SetActiveWindow or SetForegroundWindow function. user32
'Note: this example also uses API calls to FindWindow, GetDlgItemText, and SetActiveWindow.
SetActiveWindow(theDialogBoxHandle)
public static extern IntPtr SetActiveWindow(IntPtr hWnd);
Private Shared Function SetActiveWindow(ByVal hWnd As IntPtr) As IntPtr
Public Declare Function SetActiveWindow Lib "user32" _
static extern IntPtr SetActiveWindow(IntPtr hWnd);
SetActiveWindow(wndHandle); Constants5: WA_
'''the SetActiveWindow function or by use of the keyboard interface to select the window).
'''the SetActiveWindow function or by use of the keyboard interface to select the window). |