|
-
September 23rd, 1999, 03:36 AM
#1
VB Toolbox effect
How do I acheive the toolbox effect that is seen in the Visual Basic development environment. I want different toolboxes to appear that are aligned to my MDI form, depending on what action the user is wanting to perform. There is a work area as well, where different forms will appear, and will be arranged (tiled or cascaded) by the MDI form, but I want the toolboxes to remain aligned to the form. What are these toolboxes? Are they picture boxes, toolbars, or some type of form?
-
September 23rd, 1999, 05:12 AM
#2
Re: VB Toolbox effect
I guess it's ordinary toolwindows, stuck to one side of the form (or floating). I've seen several samples of how to create a toolbox, but none were like the real thing. My wild guess is that M$ fools around with new (?) functions, which will be available to us in the next year or so (as usual...) :-) I guess that one of the things they do is subclass the main window, and when the client size is being asked (for instance to make the mdichild maximized, they return the value calculated with the size of the tool window so it won't be covered.
Like I said, just a wild guess, I've never thought about creating one myself...Hope this gives any ideas though.... good luck ;-)
Crazy D @ Work :-)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|