Hi,
Sorry for the stupidity of the question, but I'm really stuck. I want to combine two flags in a BrowseInfo structure that is used with the SHBrowseForFolder API.
Independently they work, but together they don't. I've tried 'And', 'Or', +, and &, but I can't get it to work. How can I combine those flags?VB Code:
dlgBrowse.ulFlags = BIF_NEWDIALOGSTYLE [b]And[/b] BIF_RETURNONLYFSDIRS
Thanks.![]()





Reply With Quote