Question regarding windows drag and drop implementation in Xojo

Does Xojo use windows messages or OLE for drag and drop in windows?

I assume its using OLE.

I ask because I’m trying to implement ChangeWindowMessageFilterEx without much luck, which would indicate that its using OLE.

Can someone confirm if this is the case?

Thanks

None of the xojo windows devs can shed any light on this?

[quote=328673:@]Does Xojo use windows messages or OLE for drag and drop in windows?

I assume its using OLE.[/quote]
You are correct, we use OLE to handle drag and drop as this allows us to drag more than just files.

Thanks William!