CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    Join Date
    Jan 2008
    Posts
    48

    Re: Controlling folder views programitically

    Quote Originally Posted by memeloo View Post
    I think @reachb4 has explained it good enough, he just wants to control a windows explorer's window (particularly the view) with his application. I'm also curious how it can be done.
    The right method has just been answered on Win32 api ng
    (with COM, used by Explorer...)

  2. #17
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Controlling folder views programitically

    Quote Originally Posted by Laurentis View Post
    The right method has just been answered on Win32 api ng
    (with COM, used by Explorer...)
    Could you provide a link to the thread where it "has just been answered"?
    Victor Nijegorodov

  3. #18
    Join Date
    Mar 2005
    Posts
    140

    Re: Controlling folder views programitically

    Quote Originally Posted by Laurentis View Post
    The right method has just been answered on Win32 api ng
    (with COM, used by Explorer...)
    Can u please give me the link to the topic?

Page 2 of 2 FirstFirst 12

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