CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Binding Source

  1. #1
    Join Date
    Aug 2010
    Posts
    20

    Binding Source

    Hi all,
    I made a little component (Ticker) one that turn around values of the StockMarket,
    but I have a little problem,
    I want to cause my component to get his data with a BindingSource,
    but I don't know how can I implements it in such way that my object will able to get DataSource?
    any idea can help, and code sample coulde be better.
    Thank you all very much.
    Last edited by asaffff; November 8th, 2010 at 02:37 AM.

  2. #2
    Join Date
    Jan 2010
    Posts
    1,133

    Re: Binding Source

    BindingSource contains a public property that exposes it. See BindingSource.DataSource Property at MSDN. Is that what you need?

  3. #3
    Join Date
    Aug 2010
    Posts
    20

    Re: Binding Source

    No my friend.
    i want to create user control that support data binding.
    in other words I can bind data into my control and use it like in DataGridView or any object
    that suppports DataBinding.

  4. #4
    Join Date
    Jan 2010
    Posts
    1,133

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured