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

Thread: Binding Source

Threaded View

  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.

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