I've noticed that CTRL-c (KeyPress 3), CTRL-v (KeyPress 22), CTRL-x
(KeyPress 24), and CTRL-z (KeyPress 26) do in fact copy/paste/cut/undo
to/from the clipboard without the Win32::Clipboard module, at least it does
in one of my scripts (perl v5.6.0 and Win32::GUI v0.0.490). 

But I have had problems making a menu Edit->Copy work. I tried using
Win32::Clipboard in conjuntion with my sub EditCopy_Click but with no luck
-- I haven't been able to figure out how to tell Win32::Clipboard what was
selected.

Any ideas?


-----Original Message-----
From: Aldo Calpini [mailto:[EMAIL PROTECTED]
Sent: Monday, January 29, 2001 9:43 AM
To: Jonathan Southwick
Subject: Re: [perl-win32-gui-users] Richedit Copy


Jonathan Southwick wrote:
> I have some text in a Richedit object.  I'd like to be able to
> copy any text that I select but it doesn't work.  Is there
> sojmething special I have to do?

what do you mean by copy? in the clipboard?
if so, you need the Win32::Clipboard module.

cheers,
Aldo

__END__
$_=q,just perl,,s, , another ,,s,$, hacker,,print;



_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users

Reply via email to