Hi, I am trying to use Win32::GUI::Splitter to create frames in my window. podview.pl shows how to do it using Win32::GUI::Header but I want my frames to split horizontally rather than vertically, for which I assume I will need to use Splitter instead. Header comes with an InsertItem method to add items but Splitter doesn't. How do I add items to a Splitter? I have also been experimenting with the $Win32::GUI::SplitterVertical class, but without being able to add items to a Splitter I can't see if that is going to work or not. Have I missed something, or is what I want to do not yet possible with Win32::GUI? Thanks, Dave Liney.