CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: CThisImage

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    4,434

    Re: Data binding maybe?

    Finally, I solved this problem i was doing Window imgWindow = new ImageWindow(); instead of var imgWindow = new ImageWindow();


    Maybe that will help someone else in the future.
  2. Replies
    2
    Views
    4,434

    Re: Data binding maybe?

    It's the same question as this guy asked http://stackoverflow.com/questions/2219097/how-can-i-access-one-windows-control-richtextbox-from-another-window-in-wpf

    But none of the solutions given...
  3. Replies
    2
    Views
    4,434

    Data binding maybe?

    I have a program that has to WPF Windows.

    In the first MainWindow I have a menu to open a an image file.

    The menu opens an OpenDialog box to let the user choose an image, after the image is...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured