Quote:
> Hello,
> How make a split screen like, Explorer, netscape or MSIE ?
> To resize, two objects in same time (reduce the top and make extend the
> botom object)
Use a long, thin Panel as a splitter; or similar object which accepts the
MouseDown Event. I used the panel as it can be made to look like a button,
but does not "click".
Use the panel as a separator between the two objects. Change the
MousePointer property to a 2-headed arrow. In the MouseDown event put the
code to move the splitter and to resize the two split objects.
--
Don Good