[perl-win32-gui-users] Removing "borders" from buttons?

2006-07-02 Thread Steve Loughran
Hi all When i create a button in a window, there is a thin "border" around it. The border is lessened when i use "-flat => 1" in the definitions, but its still there. Is there a way of creating buttons without this border? Many thanks Steve

[perl-win32-gui-users] Problem with Registering a DocumentComplete Event of WebBrowser2 in Win32::GUI::AxWindow

2006-07-02 Thread Benjamin Kyan
Has anyone else encountered issues with registering the DocumentComplete event with WebBrowser2 in Win32::GUI::AxWindow? For me, the following code sample is causing the Perl Interpreter (ActivePerl 5.8.8) to crash every time the DocumentComplete event is fired. I can tell that the crash is happ