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

coredll

.

    private static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, SetWindowPosFlags uFlags);

.

    private enum SetWindowPosFlags : uint

.

            SetWindowPosFlags.SynchronousWindowPosition |

.

            SetWindowPosFlags.IgnoreMove |

.

            SetWindowPosFlags.IgnoreResize);

user32

.

static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, SetWindowPosFlags uFlags);

.

Private Shared Function SetWindowPos(ByVal hWnd As IntPtr, ByVal hWndInsertAfter As IntPtr, ByVal X As Integer, ByVal Y As Integer, ByVal cx As Integer, ByVal cy As Integer, ByVal uFlags As SetWindowPosFlags) As Boolean

.

SetWindowPosFlags

.

    public enum SetWindowPosFlags : uint

.

             SetWindowPosFlags.SWP_SHOWWINDOW);

Enums

.

private enum SetWindowPosFlags : uint

.

Private Enum SetWindowPosFlags As UInteger


 
Access PInvoke.net directly from VS: