Changeset 3250 for trunk/src/comdlg32


Ignore:
Timestamp:
Mar 27, 2000, 5:09:22 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

Location:
trunk/src/comdlg32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comdlg32/filedlg95.c

    r3243 r3250  
    1 /* $Id: filedlg95.c,v 1.4 2000-03-26 16:31:41 cbratschi Exp $*/
     1/* $Id: filedlg95.c,v 1.5 2000-03-27 15:07:22 cbratschi Exp $*/
    22/*
    33 * COMMDLG - File Open Dialogs Win95 look and feel
     
    860860  /* Initialise shell objects */
    861861  FILEDLG95_SHELL_Init(hwnd);
    862 dprintf(("CB: FILEDLG95_InitUI %d ms",GetTickCount()-count));
    863 count = GetTickCount();
     862//dprintf(("CB: FILEDLG95_InitUI %d ms",GetTickCount()-count));
     863//count = GetTickCount();
    864864  /* Initialise dialog UI */
    865865  FILEDLG95_InitUI(hwnd);
    866 dprintf(("CB: FILEDLG95_LOOKIN_Init %d",GetTickCount()-count));
    867 count = GetTickCount();
     866//dprintf(("CB: FILEDLG95_LOOKIN_Init %d",GetTickCount()-count));
     867//count = GetTickCount();
    868868  /* Initialize the Look In combo box*/
    869869  FILEDLG95_LOOKIN_Init(fodInfos->DlgInfos.hwndLookInCB);
    870 dprintf(("CB: FILEDLG95_FILETYPE_Init %d",GetTickCount()-count));
    871 count = GetTickCount();
     870//dprintf(("CB: FILEDLG95_FILETYPE_Init %d",GetTickCount()-count));
     871//count = GetTickCount();
    872872  /* Initialize the filter combo box */
    873873  FILEDLG95_FILETYPE_Init(hwnd);
    874 dprintf(("CB: FILEDLG95_FILETYPE_Init done %d",GetTickCount()-count));
    875 count = GetTickCount();
     874//dprintf(("CB: FILEDLG95_FILETYPE_Init done %d",GetTickCount()-count));
     875//count = GetTickCount();
    876876  /* Get the initial directory pidl */
    877877
     
    887887dprintf(("CB: IShellBrowser_BrowseObject %d",GetTickCount()-count));
    888888count = GetTickCount();
     889//CB: slowest part
    889890  /* Browse to the initial directory */
    890891  IShellBrowser_BrowseObject(fodInfos->Shell.FOIShellBrowser,pidlItemId,SBSP_RELATIVE);
  • trunk/src/comdlg32/filedlgbrowser.c

    r3243 r3250  
    1 /* $Id: filedlgbrowser.c,v 1.3 2000-03-26 16:31:42 cbratschi Exp $ */
     1/* $Id: filedlgbrowser.c,v 1.4 2000-03-27 15:07:23 cbratschi Exp $ */
    22/*
    33 *  Implementation of IShellBrowser for the File Open common dialog
     
    756756
    757757    TRACE("(%p)\n", This);
    758 
     758//CB: slow!!!
    759759    fodInfos = (FileOpenDlgInfos *) GetPropA(This->hwndOwner,FileOpenDlgInfosStr);
    760760
     
    782782    }
    783783    return S_FALSE;
    784 
    785784}
    786785
Note: See TracChangeset for help on using the changeset viewer.