Changeset 3250 for trunk/src/comdlg32
- Timestamp:
 - Mar 27, 2000, 5:09:22 PM (26 years ago)
 - Location:
 - trunk/src/comdlg32
 - Files:
 - 
      
- 2 edited
 
- 
          
  filedlg95.c (modified) (3 diffs)
 - 
          
  filedlgbrowser.c (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/comdlg32/filedlg95.c
r3243 r3250 1 /* $Id: filedlg95.c,v 1. 4 2000-03-26 16:31:41cbratschi Exp $*/1 /* $Id: filedlg95.c,v 1.5 2000-03-27 15:07:22 cbratschi Exp $*/ 2 2 /* 3 3 * COMMDLG - File Open Dialogs Win95 look and feel … … 860 860 /* Initialise shell objects */ 861 861 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(); 864 864 /* Initialise dialog UI */ 865 865 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(); 868 868 /* Initialize the Look In combo box*/ 869 869 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(); 872 872 /* Initialize the filter combo box */ 873 873 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(); 876 876 /* Get the initial directory pidl */ 877 877 … … 887 887 dprintf(("CB: IShellBrowser_BrowseObject %d",GetTickCount()-count)); 888 888 count = GetTickCount(); 889 //CB: slowest part 889 890 /* Browse to the initial directory */ 890 891 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:42cbratschi Exp $ */1 /* $Id: filedlgbrowser.c,v 1.4 2000-03-27 15:07:23 cbratschi Exp $ */ 2 2 /* 3 3 * Implementation of IShellBrowser for the File Open common dialog … … 756 756 757 757 TRACE("(%p)\n", This); 758 758 //CB: slow!!! 759 759 fodInfos = (FileOpenDlgInfos *) GetPropA(This->hwndOwner,FileOpenDlgInfosStr); 760 760 … … 782 782 } 783 783 return S_FALSE; 784 785 784 } 786 785  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  