RE: Drag and drop with win32lib
- Posted by Jonas Temple <jktemple at yhti.net> Sep 06, 2002
- 413 views
Derek, Does it have to be from outside the application? I'm looking to do something similar to dragging/dropping files from a tree/list view to an edit control all within the same application. I think the win32lib docs stated an edit control can accept files if the WS_EX_ACCEPTFILES style is specified. Jonas Derek Parnell wrote: > Jonas, > drag and drop only works if something is dragged from a listview or from > a > file list outside the application. > > ---------------- > cheers, > Derek Parnell > ----- Original Message ----- > From: "Jonas Temple" <jktemple at yhti.net> > To: "EUforum" <EUforum at topica.com> > Sent: Saturday, September 07, 2002 6:52 AM > Subject: Drag and drop with win32lib > > > > Does anyone have an example of doing drag and drop with win32lib? > > There's some mention of the functionality in the documentation but I > > can't figure out how to get it to work. > > > > Any help would be appreciated! > > > > Jonas > > > >