I've done a lot of reading about binding but just can't seem to find anything on how to bind two elements together that are in different windows. I may be way over thinking this so I thought I should ask.
To keep it simple all I want to do is have two xaml windows and have one textbox in each of them, so all we have is textbox1 in the main window and textbox2 in the second window. The question is how do I get textbox2 to update when textbox1 changes?
Thank you for your help in advance,
Steve
Steve Steadman