CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2009
    Posts
    2

    Question Queries all explorer windows and get the address of the folders

    I'm trying to do a program, that can show the current paths of the folders currently being displayed in Explorer windows.

    So my program must queries all explorer windows and get the address of the folders navigated by user.

    How can I do it?

  2. #2
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,234

    Re: Queries all explorer windows and get the address of the folders

    Let's say your purpose is not a malicious one and you are an administrator.
    That case, Windows gives mechanisms to protect sensitive folders as well as making audit on other ones.
    An admin has to know that.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

  3. #3
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: Queries all explorer windows and get the address of the folders

    So my program must queries all explorer windows and get the address of the folders navigated by user.
    All this sounds to me like a spyware.
    Best regards,
    Igor

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured