Hi,
I'm try to set another application, outside myapplication, as focused window.

Can someone gimmy some help? I've allready tryed something like this

System.Diagnostics.Process.GetProcessesByName("notepad");

I don't start the application in myapplication so I can't set a handle to it.

Greetz Otto