Hi, we are working an Wpf application ,
where we have a boot strapper,
Shell class, from shell class /bootstarpper all modules are loaded and regions get loaded.
we have another View where view has all regions loaded.
on load , 3 windows get loaded , when I make the first window below the other two and I try to enter value in textbox the focus is lost of the second window and is moved to second.we use .activate to get activate the window. need help to still set focus on another window without stealing the focus of previous window. I tried using .show but doesn't help.
Kind Regards
Krishna