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

user32

.
Summary
.

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

.

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

.

        SetLayeredWindowAttributes(Handle, 0, 128, LWA_ALPHA);

.
Documentation
[SetLayeredWindowAttributes] on MSDN

 
Access PInvoke.net directly from VS: