Hi.
I'm new in this wonderful community and I want to make a question.

I'm developing a VB.NET form applicantion wich has to activate a function when a determinated form is active. The only problem is that the form isn't in this application, but in another
for example:

Code:
if(namespace.class.IsProcessFocused("skype.exe") = True) then
.....
.....
End If
...