Search results for query: *

  • Users: SAE
  • Order by date
  1. SAE

    Question how to call the event of window1 to window 2 in WPF

    The Idea is that when I start the application 2 windows pop up. On mainwindow I have button and on window1 I have label and when I press the button the label color should change. This is what Far have tried so far but it didn't work. What am I doing wrong ? and how to make it work ? Note: in...
  2. SAE

    Question How to make this work if the button and label are in different window

    Like here is the button and label and how it works if its on 1 window (( MainWindow.xaml.cs )) namespace WpfApp3 { /// <summary> /// Interaction logic for MainWindow.xaml /// </summary> public partial class...
  3. SAE

    Question How to make this work if the button and label are in different window

    I think am not using MVVM design pattern. I just opend a wpf application in visual studio. made 2 windows. Put a label on one of them (win1) and a button on the other(win2). now i dont know how to make it work that by pressing the button in win2 win1 label color changes. i dont know how to do...
  4. SAE

    Question How to make this work if the button and label are in different window

    The Idea is that when I start the application 2 windows pop up. On mainwindow I have button and on window1 I have label and when I press the button the label color should change. This is what Far have tried so far but it didn't work. What am I doing wrong ? and how to make it work ? Note: in...
Back
Top Bottom