Brian Fredette wrote:
Greetings all,
I'm kinda new to win32::gui programming and need to develop a frontend
which is similar to windows explorer. I would like to have a scrollable
"pane" on the right hand side which contains lists of checkboxes. I
have looked through the mdi packages and suspect i need some flavor of
midframe/client. I have not been able to locate any examples which
might point me in the right direction.
Can anybody provide some brief code to help get me started?
Have you looked in the 'demos' directory? For a standard ActiveState
Perl install you should find it at C:\Perl\site\lib\Win32\GUI\demos
(you'll need to adjust the path for your perl installation). MDI.pl
might be a good place to start.
Regards,
Rob.