[perl-win32-gui-users] Re: Window / Dialogbox scrollbars

2004-06-17 Thread kenneth . dahlitz
Thanks Jez... I appreciate your pointers Although I didn't make a child within the child what I did was make the main window control the child. This seems to work perfectly. I included the final test script just in case anyone else was wondering how this all works. It's not the cleanest..

[perl-win32-gui-users] Window / Dialogbox scrollbars

2004-06-16 Thread kenneth . dahlitz
In the latest WIN32::GUI ver0.0.671 it indicates that the scrollbars have been implemented for Windows and Dialogbox's. I cannot seem to figure out how to get the client area of the window to scroll. I have some example code below. Could someone please explain to me how I can get this to wor