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

user32

.
Summary
.

static extern int SetWindowRgn(IntPtr hWnd, IntPtr hRgn, bool bRedraw);

.

Public Function SetWindowRgn(ByVal hWnd As Long, ByVal hRgn As IntPtr, ByVal bRedraw As Boolean) As Long

.

static extern int SetWindowRgn(IntPtr hWnd, IntPtr hRgn, bool bRedraw);

.

SetWindowRgn (this.Handle, CreateRoundRectRgn ( 0, 0, 562, 257, 20, 20 ),true);

.
Documentation
[SetWindowRgn] on MSDN

Enums

.

    /// To achieve transparency without these restrictions, use the SetWindowRgn function.

.

    ''' To achieve transparency without these restrictions, use the SetWindowRgn function.

.

    /// To achieve transparency without these restrictions, use the SetWindowRgn function.

.

    ''' To achieve transparency without these restrictions, use the SetWindowRgn function.

gdi32

.

    static extern System.UInt16  SetWindowRgn(IntPtr hWnd, IntPtr hRgn, bool bRedraw);

.

            SetWindowRgn(this.Handle,r3,true);

.

    int iRes = SetWindowRgn(this.Handle, forma, true);


 
Access PInvoke.net directly from VS: