Q: Tips 113
I´m having problem with VB tips number 113. The error I have is : "Error in loading DLL" I´m using VB 4.0. What do I have to change?
agren@arosnet.se (Agren)

A: if you are using 32" VB4 then you must change the API call. Just change the API call.. Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" _ (ByVal hwnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) _ As Long Public Const WS_EX_TRANSPARENT = &H20& Public Const GWL_EXSTYLE =(-20) Return