Desktop Functions: Smart Device Functions:
|
SetLayeredWindowAttributes (user32)
C# Signature:
[DllImport("user32.dll")] VB Signature:
Public Declare Auto Function SetLayeredWindowAttributes Lib "User32.Dll" _ User-Defined Types:None. Notes:This method may only be called on Windows 2000 and above. Tips & Tricks:Sample Code:Please add some! Alternative Managed API:When setting Layered Window Attributes for window transparency, you can set the .Opacity property of your form instead. Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|