Einzelnen Beitrag anzeigen

Benutzerbild von himitsu
himitsu

Registriert seit: 11. Okt 2003
Ort: Elbflorenz
43.291 Beiträge
 
Delphi 12 Athens
 
#8

AW: Drag & Drop im Edit erkennen und farbig markieren

  Alt 30. Sep 2011, 23:45
Zitat von http://www.codeguru.com/cpp/cpp/cpp_mfc/dragdrop/article.php/c4059:
The drag-and-drop can be obtained in two ways; the first is OLE and the second is using the MFC. MFC supports the functionality of drag-and-drop without using OLE.
Dann bleibt dir wohl nur noch der andere Weg. (mit etwas Glück gibt es dort ein passendes Ereignis)


API / MFC : in der WinAPI und im MFC würde dann wohl DragAcceptFiles, WM_DROPFILES und Co. verwendet

OLE / MFC OLE : k.A. ... das müßtest du erstmal irgendwie rausbekommen

[add]
ShlObj.IDropTargetHelper ?
Garbage Collector ... Delphianer erzeugen keinen Müll, also brauchen sie auch keinen Müllsucher.
my Delphi wish list : BugReports/FeatureRequests

Geändert von himitsu ( 1. Okt 2011 um 08:42 Uhr)
  Mit Zitat antworten Zitat