I have just uploaded a module, IeOle.pm to PCE
(http://www.jeb.ca/cgi-bin/exchange/display.cgi). It uses OLE to automate
an instance of Internet Explorer. The IE window is 'always on top' and sits
on top of your Win32::GUI window. You cannot respond to events as yet, but
you can navigate. P
> No luck so far, I've tried everyones various suggestions. AFAIK, you
> can use hexadecimal or decimals for colours.
Three suggestions:
1) If you create a label the size of your window as the very first control,
you can use it's background color to fill the window.
$Main->AddLabel
(
-na
> my $ss = pack("",5,0,0,0, 0,0,0,0, 0,0,0,0);
> GUI::SendMessage($window, $EM_GETLINE, 0, $ss); # this does not
My guess is that you pass the SendMessage function a copy of $ss, or the
contents of $ss, to be precise, so that whatever gets put in there will not
make it back to
3 matches
Mail list logo