Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.11.27;
Скачать: CL | DM;

Вниз

Как открыть папку так чтобы появилось виндовое окно   Найти похожие ветки 

 
Wizard_Ex ©   (2003-09-22 15:44) [0]

Как открыть папку так чтобы появилось виндовое окно и в нем уже выделен нужный файл файл
аналогичный пример:
в свойствах ярлыка нажать Find Target и откроется окно с выделенным файлом


 
AlexKniga ©   (2003-09-22 18:53) [1]

%SystemRoot%\explorer.exe /e,C:\MyFile.exe
Т.е. смотри параметры ком. строки проводника.


 
Wizard_Ex ©   (2003-09-23 06:31) [2]

Плюс еще мой ответ
Отвечаю сам себе:

SHOpenFolderAndSelectItems Function

--------------------------------------------------------------------------------

Opens a Microsoft® Windows® Explorer window with specified items in a particular folder selected.

Syntax

HRESULT SHOpenFolderAndSelectItems( LPCITEMIDLIST pidlFolder,
UINT cidl,
LPCITEMIDLIST *apidl,
DWORD dwFlags
);
Parameters

pidlFolder
[in] Pointer to a fully qualified pointer to an item identifier list (PIDL) that specifies the folder.
cidl
[in] Count of items in the selection array, apidl. If cidl is zero, then pidlFolder must point to a fully specified ITEMIDLIST describing a single item to select. This function opens the parent folder and selects that item.
apidl
[in] Pointer to an array of PIDL structures, each of which is an item to select in the target folder referenced by pidlFolder.
dwFlags
[in] Optional flags. In the current implementation, this parameter is ignored.
Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

CoInitialize or CoInitializeEx must be called before using SHOpenFolderAndSelectItems. Not doing so causes SHOpenFolderAndSelectItems to fail.

Function Information

Minimum DLL Version shell32.dll version 6.0 or later
Custom Implementation No
Header shlobj.h
Import library shell32.lib
Minimum operating systems Windows XP


 
Wizard_Ex ©   (2003-09-24 17:33) [3]

И про explorer

%SystemRoot%\explorer.exe /select,C:\MyData\MyFile.exe

тады будет все окей


 
andew   (2003-10-02 16:42) [4]

ShellExecute(0,"explore","c:\my",0,0,SW_SHOWDEFAULT);
или
ShellExecute(0,"open","c:\my",0,0,SW_SHOWDEFAULT);



Страницы: 1 вся ветка

Текущий архив: 2003.11.27;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.022 c
14-90123
Ivankkk
2003-11-02 21:19
2003.11.27
Учебники по Delphi/Object_Pascal


1-89913
R
2003-11-18 04:26
2003.11.27
Скрытие формы


14-90121
Agent[007]
2003-11-02 12:53
2003.11.27
Точка и треугольник. (В ПРОСтРАНСТВЕ)


1-89940
Varfolomey
2003-11-15 14:50
2003.11.27
Как программно узнать удалён ли динамический компонент?


4-90183
Максим
2003-10-03 11:24
2003.11.27
Как получить идентификаторы всех процессов в ситеме.