[perl-win32-gui-users] Capturing 'enter key' with Richedit

2001-06-12 Thread Carolyyne Courtney
Hi, Is there any way that I can capture the 'enter key' when entering text using Richedit. What I am am trying to do is: The user types in a line of text and then hits enter. At this point the text is evaluated in a sub routine and a response printed in the Richedit box. The user then ente

[perl-win32-gui-users] error when using Win32::GUI::DoEvents()

2001-04-07 Thread Carolyyne Courtney
I get the following error: Can't locate auto/Win32/GUI/DoEvents.al in @INC when using: $abort = Win32::GUI::DoEvents(); Help!! Thanks, This is what I'm trying to do - is there a better way? ### use Win32::GUI; use strict; my $M = new Win32::GUI::Menu( "&File" => "File", " > &Stop"

[perl-win32-gui-users] error when using Win32::GUI::DoEvents()

2001-04-07 Thread Carolyyne Courtney
I get the following error: Can't locate auto/Win32/GUI/DoEvents.al in @INC when using: $abort = Win32::GUI::DoEvents(); Help!! Thanks, This is what I'm trying to do - is there a better way? ### use Win32::GUI; use strict; my $M = new Win32::GUI::Menu( "&File" => "File", " > &Stop"