I know it's possible to simulate a mouse click with SendMessage(), but is it possible to do a mouse drag and drop with it? And if so what is the exact code to do it?

I don't want another method of doing it, just the way mentioned above. Thanks.