Ted Osberg [mailto:[EMAIL PROTECTED]] wrote:

>      I am making a user control that I want other controls
> (textbox, combobox, etc...) to be able to bind to.  When I
> add the user control to a form and go to the (Databindings)
> property, I cannot see my user control. However, I can see
> the datasets and dataviews I also have on the form.  How can
> I get a control to see my control so it can be bound to it?

While I don't have time to verify this right this second, I believe the
trick is to make your component implement IListSource. Check the
documentation in the SDK[1] for more info.

HTH,
Drew

[1]
ms-help://MS.VSCC/MS.MSDNVS/cpref/html/frlrfSystemComponentModelIListSourceC
lassTopic.htm

You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to