<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1458" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have an application that allow a user to drag 
information from a WebBrowser component to a RichEdit component. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The actual information transfer occurs&nbsp;without 
any problems at all. However,&nbsp;the application needs to record the URL of 
the source webpage, and I can't&nbsp; find a way to alert the it to the fact 
that the drag-and-drop event has occurred. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I thought I could use the&nbsp;onDragDrop event 
that tRichEdit inherits&nbsp; from tControl, but it doesn't fire (nor does 
onEndDrag). There are Delphi examples for those events&nbsp;in the Help system, 
and they&nbsp;work fine, but not when I try to apply them to&nbsp;my 
application.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The tRichEdit and the tWebBrowser components are 
both created dynamically,&nbsp;but I know to assign the event handler procedure 
to the event name (e.g. onDragDrop := recordSourceURL), so that isn't the 
problem...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>_________</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Paul Lyons<BR>_________</FONT></DIV></BODY></HTML>