Oct 2 edit: added PNG example to show difference in behavior. The following example demonstrates the default behavior of dragging text from one RichEdit field to another. The text is removed from the first field as a result of it being dropped into the second. include <GUIConstantsEx.au3> #include <GuiRichEdit.au3> #include <WindowsConstants.au3> #Include <GuiScrollBars.au3> #include <ScrollBarConstants.au3> Opt("GUIOnEventMode", 1) $Form = GUICreate("", 6