Hello,
I have recently got this code from the board thanks to
'Daniel Klann, 19th November 2003
Option Explicit
Private Declare Function GetWindowLong Lib "user32" Alias "GetWindowLongA" (ByVal hWnd As Long, ByVal nIndex As Long) As Long
Private Declare Function ShowWindow Lib "user32"...