![]() |
| ||
| windows api help hello programmers is there any win32 api or technique by which we can fetch the address of the active window of explorer(not the internet explorer) please help |
| ||
| Re: windows api help Check out FindWindow(). You'll need the Explorer class name, which is "ExploreWClass". |
| ||
| Re: windows api help god but will it give me the address of files on the desktop |
| ||
| Re: windows api help Quote:
If you just want to get to files on the desktop you can just look at the contents of C:\WINDOWS\DESKTOP, or better still, as Windows may be installed elsewhere, use the DESKTOP subdir of GetWindowsDirectory(). Or better still use: LPITEMIDLIST pidl; |
| All times are GMT -4. The time now is 1:23 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC