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

user32

.
Summary
.

/// Before calling SetWindowPlacement, set the length member of the WINDOWPLACEMENT structure to sizeof(WINDOWPLACEMENT). SetWindowPlacement fails if the length member is not set correctly.

.

static extern bool SetWindowPlacement(IntPtr hWnd,

.

Public Shared Function SetWindowPlacement( _

.

Public Declare Function SetWindowPlacement Lib "user32" _

.

static extern bool SetWindowPlacement(IntPtr hWnd,

.

SetWindowPlacement(this.Handle, ref param);

.
Documentation
[SetWindowPlacement] on MSDN

Structures

.

     /// The length of the structure, in bytes. Before calling the GetWindowPlacement or SetWindowPlacement functions, set this member to sizeof(WINDOWPLACEMENT).

.

     /// GetWindowPlacement and SetWindowPlacement fail if this member is not set correctly.

.

Use with GetWindowPlacement and SetWindowPlacement


 
Access PInvoke.net directly from VS: