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

user32

.
Summary
.

static extern bool SetLayeredWindowAttributes(IntPtr hwnd, uint crKey, byte bAlpha, uint dwFlags);

.

Public Declare Auto Function SetLayeredWindowAttributes Lib "User32.Dll" _

.

Function Long SetLayeredWindowAttributes(long hWnd, Long crKey , char /*Byte*/ bAlpha , Long dwFlags) &

.

    Library "user32" alias for "SetLayeredWindowAttributes;Ansi"

.

        SetLayeredWindowAttributes(Handle, 0, 128, LWA_ALPHA);

.

  SetLayeredWindowAttributes (ll_handle, 0, char(128),LWA_ALPHA)

.
Documentation
[SetLayeredWindowAttributes] on MSDN

 
Access PInvoke.net directly from VS: