Desktop Functions: Smart Device Functions:
|
SetWindowLong (user32)
C# Signature:
[DllImport("user32.dll")] VB.NET Signature:
Private Declare Auto Function SetWindowLong Lib "User32.Dll" _ User-Defined Types:None. Notes:None. Tips & Tricks:Certain window data is cached, so changes you make using SetWindowLong will not take effect until you call the SetWindowPos function. Specifically, if you change any of the frame styles, you must call SetWindowPos with the SWP_FRAMECHANGED flag for the cache to be updated properly. Sample Code:Please add some! Alternative Managed API:Do you know one? Please contribute it! 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). |
|