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-




Click here to sign in and reply. You could earn money via our $500 contest just for being helpful.
  Article Discussion: Obfuscation and Packaging of .NET Applications via Compressed Embedded Assemblies - Peter Bromberg  11-Dec-07 7:12:18 AM
      target method to lauch the main windows in WPF - reg t  04-Jan-08 6:58:47 AM
          The sample uses a DLL embedded assembly - Peter Bromberg  04-Jan-08 7:23:36 AM
              how to launch the main windows in WPF ? - reg t  04-Jan-08 9:30:48 AM
                  It is reporting an error in your XAML file. - Peter Bromberg  04-Jan-08 11:00:49 AM
                      XAML and cs code - reg t  04-Jan-08 10:36:52 PM
                      now is ok - reg t  05-Jan-08 3:49:55 AM
                      Does it works with assemblies mixing unmanaged code ? - reg t  05-Jan-08 4:42:06 AM
                      assemblies mixing unmanaged code ? - - reg t  05-Jan-08 9:47:22 AM
      Loader stay running as a process after closing target application - reg t  04-Jan-08 11:38:56 PM
View Posts