CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2008
    Location
    India
    Posts
    780

    Can i change window title of SHBrowseForFolder Function.

    Hi all,

    in SHBrowseForFolder Function when window open its title is "Browse for folder".
    please tell me can i change it.

    thanks in advance.
    IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

  2. #2
    Join Date
    Apr 2000
    Location
    Belgium (Europe)
    Posts
    4,626

    Re: Can i change window title of SHBrowseForFolder Function.

    Enable the Callback function
    Handle the BFFM_INITIALIZED message in this callback and use SetWindowText on the provided hwnd to change the caption.

  3. #3
    Join Date
    Jan 2008
    Location
    India
    Posts
    780

    Re: Can i change window title of SHBrowseForFolder Function.

    thanks
    IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

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