I have a databound combobox in a toolbar of the main application. I also have a non-modal form with various controls databound开发者_StackOverflow to the same dataset. How do I make the combo control the position of the form's CurrencyManager?
Update Looks like simply sharing the BindingSource between forms works.
Can you handle CurrencyManager
event and change the combo from it?
Don't expect much of databinding architecture here - there will be some things that you will be forced to do 'by hand'.
精彩评论