Click to See Complete Forum and Search --> : components


McMalo
03-13-2000, 01:39 PM
I believe that this stuff to be force to use OLE to create controls is really
bad. I HATE it, but I ate it because I have no other option.
Can we get a way to create component internally for VB?
Just like Visual Foxpro does, with all this stuff of class libraries . I
would love it
You can create a specialized component (IE a combo box) but without the overhead
of OLE
I know that Delphi components or Java Beans are the same way, but I mentioned
Visual Foxpro because is MS. Can MS just borrow the code from there?
Does anybody have any news if this is coming in VB7?
Also I would like to have 'content'. Right now, everything that you trow
in a form goes there. The form is the container.
In VFP, you can create container a create a tree like structure for the containers
IE
Thisform.container1.container2.txtEdit
It is really nice

Ronald Dolman
03-18-2000, 11:25 AM
> Can we get a way to create component internally for VB?

Just add an UserControl to your project...
(Note to close de UseControl designer window or else you won't be able to
draw your onto a form)

Or am i missing the point here...?

Ronald