Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

draging files from exlorer?

Status
Not open for further replies.

Saintium

Technical User
Joined
Jun 2, 2002
Messages
2
Location
US
I would like to be able to drag files from the file manager but i cant figure out how to identify them.
I'm using a file list box but i would prefer explorer.
What should the "Sender, Source" be to "Accept" from the explorer or IE?

procedure TForm1.ListView1DragOver(Sender, Source: ??????; X, Y: Integer; State: TDragState; var Accept: Boolean);
begin
Accept := Source is ?????;
end;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top