G
Guest
hi, i have this API call in VB6
Public Declare Function SetWindowLong Lib "user32.dll" Alias
"SetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long, ByVal dwNewLong
As Long) As Long
in sub
SetWindowLong(Form1.hwnd, GWL_WNDPROC, AddressOf WindowProc)
how can i convert this to 2003? thanks
Public Declare Function SetWindowLong Lib "user32.dll" Alias
"SetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long, ByVal dwNewLong
As Long) As Long
in sub
SetWindowLong(Form1.hwnd, GWL_WNDPROC, AddressOf WindowProc)
how can i convert this to 2003? thanks