[perl-win32-gui-users] Web browser

2001-10-09 Thread Sean Healy
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

RE: [perl-win32-gui-users] Setting attributes after creation

2001-10-09 Thread Piske, Harald
> 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

RE: [perl-win32-gui-users] how do you read the contents of an edi t control?

2001-10-09 Thread Piske, Harald
> 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