PDA

Click to See Complete Forum and Search --> : WAY tough API question


SmackAttack
Nov 28th, 2000, 06:40 PM
I am trying to determine the NAME of the executable that corresponds to a given hWnd. In other words, if I had the Window Handle for a Netscape window, I want to determine its .EXE name.

I've tried using some of the API's that get module ID's but no luck so far. This is one hella tricky problem.

Any suggestions??

Thx.

SmackAttack
Nov 28th, 2000, 06:59 PM
Wooo! Nevermind...found an answer/sample code at:

http://www.vbsquare.com/api/tip307.html

Raydr
Dec 1st, 2000, 09:26 PM
cool...I've been looking for this =)