Can someone help me out with this please, TIA.

Let's say I have 2 windows programs, Prog1 and Prog2. Prog1 runs Prog2, everything's OK so far, Prog2 is ran so it's hidden, intentional, Prog2 pop's up a window with some information on it, again, that's fine. I've ended up with, I can see Prog1 and the Window generated from Prog2.

I would like to manipulate the Prog2 Window slightly, I want it to attached itself to the side of my Prog1 and this Prog2 Window I also want to get focus when my Prog1 does and the Prog2 window has no taskbar icon, I also want it to stick to my form so it moves with it.

I hope I've made it easy to understand my point.

I know I'll have to use things like FindWindow e.t.c. but get a bit stuff after that. The Window does always have the same text (form caption) displayed.

One last thing, I can't put anything into the code of Prog2, it's not a VB app.

Thanks