Hi,
I'm curious whether the program name associated with an open window can be obtained from an ActiveX control built using VB5 or 6. I know I can use the GetWindowText function to collect the associated window title text - however, what I really want to know is the path to the program which created the window. For instance, if I were to double click on an Excel window, can I capture that WM_LBUTTONDBLCLK message and identify it was received by a Window created by c:\program files\office\excel.exe ??

Many thanks for any help!

D