Split screen 
Author Message
 Split screen

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)

Thanks

--

         Thierry Leurent
Amazing BBS +32-64/44.51.36 22h - 6h30

        Fidonet 2:293/2701



Sat, 08 May 1999 03:00:00 GMT  
 Split screen



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



Thu, 13 May 1999 03:00:00 GMT  
 Split screen

"

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)


CLASSic Controls, that work well.

They're VB4 classes you add to your product.  I tested the Splitter
Class it worked quite well, just haven't had the need for one in my
last couple of projects.

Jeff Fields


http://lonestar.texas.net/~jkfields/



Fri, 14 May 1999 03:00:00 GMT  
 Split screen

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)

Try this one:

  http://www.apexsc.com/vb/ftp/misc/jtsplit.zip
  http://www.apexsc.com/vb/ftp/misc/jtsplit.txt (doc)

-=Jouni=-



Fri, 14 May 1999 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Outlook 2000 & split screens

2. How do programmatically remove the split screen

3. IDE Split Screen

4. how to "split screen"

5. How to "split screen"

6. Split screen

7. Split Screens

8. Split-Screen Editing

9. Split screen in 3 sections

10. Loking for split screen control/idea (free?)

11. Loking for split screen control/idea (free?)

12. Creating a split screen

 

 
Powered by phpBB® Forum Software