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 "AllowSetForegroundWindow" in [All]

ole32

.

static extern void CoAllowSetForegroundWindow(

.
Documentation
[CoAllowSetForegroundWindow] on MSDN

user32

.

static extern bool AllowSetForegroundWindow(int dwProcessId);

.

Shared Function AllowSetForegroundWindow(ByVal dwProcessId As Integer) As Boolean

.

AllowSetForegroundWindow(System.Diagnostics.Process.GetCurrentProcess().Id)

.
Documentation
[AllowSetForegroundWindow] on MSDN
.

    ///     calling the AllowSetForegroundWindow function. The process specified by dwProcessId loses the ability to set

.

    ///     the next time a process calls AllowSetForegroundWindow, unless that process is specified.


 
Access PInvoke.net directly from VS: