[?] EditControl/Attributes/AcceptFiles - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [?] EditControl/Attributes/AcceptFiles (/showthread.php?tid=69163) [?] EditControl/Attributes/AcceptFiles by Spunky on 12-04-2006 at 10:22 PM I may be missing somehting here, but when I drag a file onto the EditControl, nothing changes... Isn't supposed to update the text in the control to the filename/pathname or something? RE: [?] EditControl/Attributes/AcceptFiles by deAd on 12-04-2006 at 10:23 PM I believe it just allows the textbox to send messages to the parent window that it's received a drag/drop notification ... RE: [?] EditControl/Attributes/AcceptFiles by Spunky on 12-04-2006 at 10:27 PM But there is no method I can see in the documentation that can receive these drag&drop events RE: [?] EditControl/Attributes/AcceptFiles by Dempsey on 12-04-2006 at 10:46 PM You would need to do RegisterMessageNotification for WM_DROPFILES RE: [?] EditControl/Attributes/AcceptFiles by J-Thread on 12-04-2006 at 10:47 PM Search the MSDN, I think you will have to check for certain window messages... |