[DllImport("user32.dll")]
static extern int SetWindowLong(IntPtr hWnd, int nIndex, int dwNewLong);
Private Declare Auto Function SetWindowLong Lib "User32.Dll" _
(ByVal hWnd As IntPtr, _
ByVal nIndex As Integer, _
ByVal dwNewLong As Integer) As Integer
None.
None.
Please add some!2
Please add some!
Do you know one? Please contribute it!