Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


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

Search Results for "ShowWindowCommand" in [All]

user32

.

    MyWrapper.ShowWindow(targetHWnd, 6); //Minimize (ShowWindowCommands.Minimize)

.

    MyWrapper.ShowWindow(targetHWnd, 9); //Restore (ShowWindowCommands.Restore)

.

Public Shared Function ShowWindow(hWnd As IntPtr, <MarshalAs(UnmanagedType.I4)>nCmdShow As ShowWindowCommands) As <MarshalAs(UnmanagedType.Bool)> Boolean

.

ShowWindowCommands

.

Public Function ShowWindowAsync(hWnd As IntPtr, <MarshalAs(UnmanagedType.I4)>nCmdShow As ShowWindowCommands) As <MarshalAs(UnmanagedType.Bool)> Boolean

.

ShowWindowCommands

Enums

.

enum ShowWindowCommands

.

    /// is similar to <see cref="Win32.ShowWindowCommand.Normal"/>, except

.

    /// <see cref="Win32.ShowWindowCommand.ShowMinimized"/>, except the

.

    /// similar to <see cref="Win32.ShowWindowCommand.Show"/>, except the

.

Enum ShowWindowCommands As Integer

.

    ''' is similar to <see cref="Win32.ShowWindowCommands.Normal"/>, except

.

    ''' <see cref="Win32.ShowWindowCommands.ShowMinimized"/>, except the

.

    ''' similar to <see cref="Win32.ShowWindowCommands.Show"/>, except the

.

enum ShowWindowCommands

.

    /// is similar to <see cref="Win32.ShowWindowCommand.Normal"/>, except

.

    /// <see cref="Win32.ShowWindowCommand.ShowMinimized"/>, except the

.

    /// similar to <see cref="Win32.ShowWindowCommand.Show"/>, except the

.

Enum ShowWindowCommands As Integer

.

    ''' is similar to <see cref="Win32.ShowWindowCommands.Normal"/>, except

.

    ''' <see cref="Win32.ShowWindowCommands.ShowMinimized"/>, except the

.

    ''' similar to <see cref="Win32.ShowWindowCommands.Show"/>, except the

.

    public enum ShowWindowCommands : uint {

.

        ///        Displays a window in its most recent size and position. This value is similar to <see cref="ShowWindowCommands.SW_SHOWNORMAL"/>, except the window is not activated.

.

        ///        Displays the window as a minimized window. This value is similar to <see cref="ShowWindowCommands.SW_SHOWMINIMIZED"/>, except the window is not activated.

.

        ///        Displays the window in its current size and position. This value is similar to <see cref="ShowWindowCommands.SW_SHOW"/>, except the window is not activated.

.

    Public Enum ShowWindowCommands

coredll

.

nCmdShow is an integer type parameter specifying how the window is to be shown. See ShowWindowCommand

.

static extern TODO ShowWindowCommand(TODO);

.

Declare Function ShowWindowCommand Lib "coredll.dll" (TODO) As TODO

.
Documentation
[ShowWindowCommand] on MSDN

Structures

.

     public ShowWindowCommands ShowCmd;

.

     Public showCmd As ShowWindowCommand

.

POINT, RECT, ShowWindowCommands

kernel32

.

Private Function ShowWindow(ByVal hwnd As IntPtr, ByVal nCmdShow As ShowWindowCommands) As Boolean

.

Enum ShowWindowCommands As Integer

.

    ShowWindow(hwnd, ShowWindowCommands.ShowMinimized)


 
Access PInvoke.net directly from VS: