Object_OnDropFiles(f) problem
Hi, everybody!
Please look at my code a little:
- Dim DroppedImage
- Sub Object_OnDropFiles(f)
- f1 = Split(f,"|")
- DroppedImage="Image: "&Chr(34)&f1(0)&Chr(34)&"has been dropped into this object."
- End Sub
The problem is the variable "DroppedImage". I checked its value, it is:
Image: "C:\a.jpg
That's everything, I do not know where the rest part is. Someone help me, please. Thanks!
I am using DesktopX 3.1 on Windows XP SP3 32 bit.