There definitely seems to be a problem getting selected

Text out of a rich edit control.  We need syntax of below nature

(Or something simple) for an application to be built with a menu option

Edit->Copy for getting the selected text into the Windows Clipboard.    

 

$Clip = Win32::Clipboard;

($x,$y) - $RichEdit->Selection();

$text = $RichEdit->Text([$x$,y]);

$Clip->Set($text);

 

Eric, Garland, Texas

Reply via email to