Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "SetActiveWindow" in [All]

Enums

.

    /// 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)

.
Summary
.

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);

.
Documentation
[SetActiveWindow] on MSDN

Constants

5: 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).


 
Access PInvoke.net directly from VS: