JulianS
(JulianS)
#1
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
JulianS
(JulianS)
#2
None of the xojo windows devs can shed any light on this?
[quote=328673:@JulianS]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.