BalloonWindow Library for .NET

Win32.SetWindowLong Method 

[Visual Basic]
Public Shared Function SetWindowLong( _
   ByVal hWnd As IntPtr, _
   ByVal nIndex As Integer, _
   ByVal dwNewLong As Long _
) As Long
[C#]
public static long SetWindowLong(
   IntPtr hWnd,
   int nIndex,
   long dwNewLong
);

See Also

Win32 Class | Rilling.Common.Interop Namespace