PDA

Click to See Complete Forum and Search --> : Creating data-bound constituant control


koim
Nov 10th, 2000, 05:07 AM
Hello,

I'm starting with Visual Basic 6. I want to create my own usercontrol that
should have the same features like the ordinary textbox-control that's
supplied with VB.

I've got no problem with the regular events and property's but it's
impossible for me to get the data-bound property's working properly.

Is there anyone who can help me how I can map my
usercontrol-events/property's to the events/property's of the textbox. The
things I want to map are :

DataField
DataSource


(by using these two fields it would be easy to access a database through an
ADO-connection)

Best Regards,
Koen Van Impe