Click here to Skip to main content
16,007,814 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Create resource dll's Pin
Andreas Saurwein30-Sep-02 4:22
Andreas Saurwein30-Sep-02 4:22 
GeneralRe: Create resource dll's Pin
Zizilamoroso30-Sep-02 4:25
Zizilamoroso30-Sep-02 4:25 
GeneralProblem with tray icon - very strange behaviour Pin
s_k30-Sep-02 3:36
s_k30-Sep-02 3:36 
GeneralChild Window Focus Pin
mleslar30-Sep-02 3:24
sussmleslar30-Sep-02 3:24 
GeneralCFileDialog and "New Folder" button. Pin
ns30-Sep-02 2:57
ns30-Sep-02 2:57 
GeneralbrowseInfo structure Pin
ns30-Sep-02 2:44
ns30-Sep-02 2:44 
GeneralRe: browseInfo structure Pin
jmkhael30-Sep-02 2:47
jmkhael30-Sep-02 2:47 
GeneralRe: browseInfo structure Pin
ns30-Sep-02 2:53
ns30-Sep-02 2:53 
ulFlags 
Flags specifying the options for the dialog box. This member can include zero or a combination of the following values: BIF_BROWSEFORCOMPUTER  Only return computers. If the user selects anything other than a computer, the OK button is grayed.  
BIF_BROWSEFORPRINTER  Only return printers. If the user selects anything other than a printer, the OK button is grayed.  
BIF_BROWSEINCLUDEFILES  Version 4.71. The browse dialog box will display files as well as folders.  
BIF_BROWSEINCLUDEURLS  Version 5.0. The browse dialog box can display URLs. The BIF_USENEWUI and BIF_BROWSEINCLUDEFILES flags must also be set. If these three flags are not set, the browser dialog box will reject URLs. Even when these flags are set, the browse dialog box will only display URLs if the folder that contains the selected item supports them. When the folder's IShellFolder::GetAttributesOf method is called to request the selected item's attributes, the folder must set the SFGAO_FOLDER attribute flag. Otherwise, the browse dialog box will not display the URL.  
BIF_DONTGOBELOWDOMAIN  Do not include network folders below the domain level in the dialog box's tree view control.  
BIF_EDITBOX  Version 4.71. Include an edit control in the browse dialog box that allows the user to type the name of an item.  
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. 
BIF_NONEWFOLDERBUTTON  Do not include the "New Folder" button in the browse dialog box.  
BIF_RETURNFSANCESTORS  Only return file system ancestors. An ancestor is a subfolder that is beneath the root folder in the namespace hierarchy. If the user selects an ancestor of the root folder that is not part of the file system, the OK button is grayed. 
BIF_RETURNONLYFSDIRS  Only return file system directories. If the user selects folders that are not part of the file system, the OK button is grayed.  
BIF_SHAREABLE  Version 5.0. The browse dialog box can display shareable resources on remote systems. It is intended for applications that want to expose remote shares on a local system. The BIF_USENEWUI flag must also be set.  
BIF_STATUSTEXT  Include a status area in the dialog box. The callback function can set the status text by sending messages to the dialog box.  
BIF_UAHINT When combined with BIF_NEWDIALOGSTYLE, adds a usage hint to the dialog box in place of the edit box. BIF_EDITBOX overrides this flag.  
BIF_USENEWUI Version 5.0. Use the new user interface, including an edit box. This flag is equivalent to BIF_EDITBOX | BIF_NEWDIALOGSTYLE. To use BIF_USENEWUI, you must call OleInitialize or CoInitialize before calling SHBrowseForFolder. 
BIF_VALIDATE  


Thats from my MSDN (Oct 01 I think)

Thanks,
ns
Generalhow to prevent the new folder button? Pin
ns30-Sep-02 2:55
ns30-Sep-02 2:55 
GeneralRe: how to prevent the new folder button? Pin
Michael P Butler30-Sep-02 3:01
Michael P Butler30-Sep-02 3:01 
GeneralThanks!! Pin
ns30-Sep-02 3:09
ns30-Sep-02 3:09 
GeneralCOM in MFC Pin
Shamim Afridi30-Sep-02 2:11
sussShamim Afridi30-Sep-02 2:11 
GeneralRe: COM in MFC Pin
Stephane Rodriguez.30-Sep-02 11:05
Stephane Rodriguez.30-Sep-02 11:05 
GeneralSerious Bug in VC7 Pin
Elf30-Sep-02 0:54
Elf30-Sep-02 0:54 
GeneralRe: Serious Bug in VC7 Pin
Stephane Rodriguez.30-Sep-02 1:19
Stephane Rodriguez.30-Sep-02 1:19 
GeneralRe: Serious Bug in VC7 Pin
Blade[DMS]30-Sep-02 2:26
Blade[DMS]30-Sep-02 2:26 
GeneralRe: Serious Bug in VC7 Pin
Anders Molin30-Sep-02 3:28
professionalAnders Molin30-Sep-02 3:28 
GeneralCListCtrl::SetItemCountEx Pin
Daniel Strigl30-Sep-02 0:39
Daniel Strigl30-Sep-02 0:39 
GeneralRe: CListCtrl::SetItemCountEx Pin
jmkhael30-Sep-02 0:43
jmkhael30-Sep-02 0:43 
GeneralRecv issue Pin
John Bosko30-Sep-02 0:14
John Bosko30-Sep-02 0:14 
GeneralRe: Recv issue Pin
jmkhael30-Sep-02 0:27
jmkhael30-Sep-02 0:27 
GeneralSHBrowseForFolder Pin
viliam30-Sep-02 0:13
viliam30-Sep-02 0:13 
GeneralRe: SHBrowseForFolder Pin
jmkhael30-Sep-02 0:49
jmkhael30-Sep-02 0:49 
GeneralRe: SHBrowseForFolder Pin
Leifen30-Sep-02 1:20
Leifen30-Sep-02 1:20 
GeneralCFileDialog Pin
viliam30-Sep-02 0:12
viliam30-Sep-02 0:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.