|
-
Aug 11th, 2000, 04:55 AM
#1
Thread Starter
Lively Member
Hello,
I need to get the pathname of a window, all I know is the Hwnd,
There must be a way to do this,
Many Thanks,
-
Aug 11th, 2000, 05:08 AM
#2
Lively Member
What do you mean by pathname?
Mainparent\parent\parent\...\parent\window ?
-
Aug 11th, 2000, 05:13 AM
#3
You can't find a path name of a Window. Only the path from a executeble. 
But i dont know how. Perhaps you could use a Dir function for it.
-
Aug 11th, 2000, 05:16 AM
#4
Thread Starter
Lively Member
Api
No sorry,
I mean i need the full file path as in C:\windows\calc.exe.
I don't want to use the caption of the window.
There must be a way
Thanks for the reply
-
Aug 11th, 2000, 06:49 AM
#5
transcendental analytic
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|