Hi There,
I have a problem with the following code:
cSEntry = REPLICATE(CHR(0),8)Thisform.dregister = ; && register foxpro as an
shell api event handler
SHChangeNotifyRegister(_vfp.hWnd, 2, SHCNE_ALLEVENTS,
WM_USER_SHNOTIFY,1,@cSEntry)
BINDEVENT(_VFP.hWnd, WM_USER_SHNOTIFY, Thisform, "DragNDropFiles")
SHChangeNotifyRegister:
On some computers it cannot find the entry point to the api call. Why is
this? I am having the problem on Windows XP (no SP) but works fine on SP2.
Thanks Glenn