target method to lauch the main windows in WPF |
| reg t replied to Peter Bromberg at 04-Jan-08 06:58 |
P Bromberg,
I am using your approach with a simple WPF windows application and it works fine. I don't know which method should be invoked so I created a dummy one :
public void kk() { Show(); }
Q: Is there a way, without modifiying the target application source code, so as to launch the main windows?
thank you,
-reg- |
|