PDA

Click to See Complete Forum and Search --> : How to change the Browse for Folder Caption


indyvil
Nov 15th, 2000, 03:39 PM
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.

Lee Hindmarsh
Nov 16th, 2000, 06:43 AM
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.

indyvil
Nov 16th, 2000, 07:02 AM
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