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
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"
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"
3 matches
Mail list logo