I tried with the code from http://vbnet.mvps.org/index.html?cod.../browseadv.htm, and I can't get the "New Folder" option to appear. I'm using VB6 running under W98. ¿What's the problem? Thanks in advance.
Printable View
I tried with the code from http://vbnet.mvps.org/index.html?cod.../browseadv.htm, and I can't get the "New Folder" option to appear. I'm using VB6 running under W98. ¿What's the problem? Thanks in advance.
from MSDN :
i dont have win98, check the version of your shell32.dll fileQuote:
BIF_NEWDIALOGSTYLE
Version 5.0. Use the new user interface. Setting this flag provides the user with a larger dialog box that can be resized. The dialog box has several new capabilities including: drag-and-drop capability within the dialog box, reordering, shortcut menus, new folders, delete, and other shortcut menu commands. To use this flag, you must call OleInitialize or CoInitialize before calling SHBrowseForFolder.
Ops! Thanks! I'll try that! :)