Hi,
The following additional questions are raised with the
reference to my previous post "How to make objects movable"
1. Can I call out the toolbox in VB at runtime in a program?
The reason I'd like to make a toolbox in my program is
simply because I'd like to let user drag & drop objects
like icons and scrollbars from the toolbox to a form at
runtime and adjust their sizes and positions as user
likes. This means that I just concern about the x & y
coordinates and size of object on a form. Is this kind
of toolbox possible and easy to be made?
2. Are all objects movable at runtime, i.e. can be dragged
and dropped? Are there any sources like books and web
pages listing all the properties of all objects? It
seems to be difficult to find one, but quite easy for VC
(Microsoft Press has published a reference book of VC
about the usage of VC functions and objects. Any for VB?)
Thanks again for your attention and help.