I have 2 controls on a Form, say Label 1 and Label 2
I click on Label 1 it registers as source control , and when I click on
Label2, it will become the destination.. and I want to perform a Drag/Drop
sort of effect at this time and indicate the moving text in this effect,
from Label 1 to Label 2.... how can I do this..??
Vijay
Stoitcho Goutsev (100) - 31 Mar 2006 15:30 GMT
Vijay,
As with Drag'n'Drop you need to animated your self by moving (drawing and
deleting) an image - bitmap or metafile.

Signature
Stoitcho Goutsev (100)
>I have 2 controls on a Form, say Label 1 and Label 2
>
[quoted text clipped - 4 lines]
>
> Vijay