-
I want to change the default caption of the Browse for folder form. I want to display something in a foreign language and I can't figure out how to do that.
I am not talking about the title that you can change by setting sPrompt to whatever you want.
Any help will be welcome.
-
Cannot really understand what you are after. Would you try and explain further and I would be glad to try and help? Which browse box are you referring to?
Thanks.
-
I am referring to the API function called SHBrowseForFolder.
If you look at this location, http://www.vb-world.net/demos/browsefolders/ you will see the form.
I want to modify the caption of the form inside the blue title bar.
The function is declared as:
Public Declare Function SHBrowseForFolder Lib "shell32" (lpbi As BrowseInfo) As Long
Thank you