Einzelnen Beitrag anzeigen

daywalker9

Registriert seit: 1. Jan 2010
Ort: Leer
594 Beiträge
 
Delphi XE3 Professional
 
#45

Re: Meine Drag'n'Drop-Funktion ergänzen

  Alt 2. Apr 2010, 13:02
Zitat:
Syntax

Copy
VOID DragAcceptFiles(
HWND hWnd,
BOOL fAccept
);

Parameters

hWnd
HWND
The identifier of the window that is registering whether it will accept dropped files.

fAccept
BOOL
A value that indicates if the window identified by the hWnd parameter accepts dropped files. This value is TRUE to accept dropped files or FALSE to discontinue accepting dropped files.
Lars
  Mit Zitat antworten Zitat