[perl-win32-gui-users] Error using Win32::GUI module

2002-11-21 Thread Jerome Martin
Hi, I'have installed Win32-GUI 0.0.665 under mi Win2000 with ActivePerl 5.6.1. And got the following messages. What is the problem ? c:\>perl use Win32; use Win32::GUI; Prototype mismatch: sub main::MB_ICONEXCLAMATION () vs none at C:/ActivePerl/lib/Exporter.pm line 57. Exporter::import('BS

[perl-win32-gui-users] Scrolling Window or DialogBox - How to Do it??????

2002-11-21 Thread Eric Hansen
I can't seem to get a window or dialogbox to scroll?? I can get scroll bars to APPEAR using -addstyle => WS_VSCROLL | WS_HSCROLL But they provide no functionality? I want to split my application main window in half and display a 2nd window in the top half and a 3rd window in the bottom half.