Hi...
I have a little problem:
I cant set focus on object which is NOT located on the form.
Let's say I run the program EXTERNAL.EXE, it has 3 objects on its form. When I set focus on the EXTERNAL form, I can set focus with TAB on these 3 objects.

Let's say I wanna set focus on object with TabIndex=1 located at the EXTERNAL.EXE form,
How do I do this with a VB program?