Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Jun : Navigating programmatically in Windows Explorer
| Subject: | Navigating programmatically in Windows Explorer |
| Posted by: | "Troels Jakobsen" (dont@like.spam) |
| Date: | Mon, 18 Jun 2007 20:30:32 |
Hi all,
I have a HWND handle pointing to an existing Windows Explorer (not
Internet Explorer) window displaying a folder. How do I tell this window
to navigate to the parent folder?
I figured I could use SendMessage with an appropriate message, so I
tried spying on the messages which are sent when you navigate upwards,
but I couldn't identify any message to send.
Anyone know how to do this?
Thanks
Troels