Top "Childwindow" questions

Using MVVM in WPF, should I launch child windows from View code behind, or ViewModel?

I've been puzzled by this for a while. I am writing quite a large RibbonWindow WPF application using the MVVM …

wpf mvvm view viewmodel childwindow
Using pywinauto, how do I get Text of static text object, given the handle of the parent dialog

1. My code: print ('##########') app = pywinauto.application.Application() window_handle = pywinauto.findwindows.find_windows(title = u'My Dialog Name') my_…

python-2.7 childwindow pywinauto