Hi all,
in SHBrowseForFolder Function when window open its title is "Browse for folder".
please tell me can i change it.
thanks in advance.
Printable View
Hi all,
in SHBrowseForFolder Function when window open its title is "Browse for folder".
please tell me can i change it.
thanks in advance.
Enable the Callback function
Handle the BFFM_INITIALIZED message in this callback and use SetWindowText on the provided hwnd to change the caption.
thanks