|
-
Aug 26th, 2005, 09:46 PM
#1
Thread Starter
Junior Member
[RESOLVED] Problem with SHBrowseForFolder API
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.
-
Aug 27th, 2005, 06:15 AM
#2
Junior Member
Re: Problem with SHBrowseForFolder API
from MSDN :
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.
i dont have win98, check the version of your shell32.dll file
-
Aug 27th, 2005, 09:34 AM
#3
Thread Starter
Junior Member
Re: Problem with SHBrowseForFolder API
Ops! Thanks! I'll try that!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|