C++ Builder
| Главная | Уроки | Статьи | FAQ | Форум | Downloads | Литература | Ссылки | RXLib | Диски |

 
Заменить существующему ярлыку свойство
Deem
Отправлено: 03.03.2005, 14:19


Мастер участка

Группа: Участник
Сообщений: 327



Создать умею. А изменить как?
klen
Отправлено: 03.03.2005, 18:05


Машинист паровоза

Группа: Участник
Сообщений: 239



В хелпе билдера все есть, разберешся сам? Смотри интерфейс
QUOTE
IShellLink


Designates an interface that allows an application to create and resolve shell links.

Methods in Vtable Order

IUnknown Methods Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments reference count.
Release Decrements reference count.


IShellLink Methods Description
GetArguments Retrieves the command-line arguments associated with a shell link object.
GetDescription Retrieves the description string for a shell link object.
GetHotkey Retrieves the hot key for a shell link object.
GetIconLocation Retrieves the location (path and index) of the icon for a shell link object.
GetIDList Retrieves the list of item identifiers for a shell link object.
GetPath Retrieves the path and filename of a shell link object.
GetShowCmd Retrieves the show (SW_) command for a shell link object.
GetWorkingDirectory Retrieves the name of the working directory for a shell link object.
Resolve Resolves a shell link by searching for the shell link object and updating the shell link path and its list of identifiers (if necessary).
SetArguments Sets the command-line arguments associated with a shell link object.
SetDescription Sets the description string for a shell link object.
SetHotkey Sets the hot key for a shell link object.
SetIconLocation Sets the location (path and index) of the icon for a shell link object.
SetIDList Sets the list of item identifiers for a shell link object.
SetPath Sets the path and filename of a shell link object.
SetRelativePath Sets the relative path for a shell link object.
SetShowCmd Sets the show (SW_) command for a shell link object.
SetWorkingDirectory Sets the name of the working directory for a shell link object.

Отредактировано klen — 03/03/2005, 18:06
GIZMO
Отправлено: 04.03.2005, 09:52


Машинист паровоза

Группа: Участник
Сообщений: 174



QUOTE (klen @ 03/03/2005, 18:05)
В хелпе билдера все есть, разберешся сам? Смотри интерфейс
QUOTE
IShellLink


Такого в хелпе Билдера нет. Это MSDN.
klen
Отправлено: 05.03.2005, 00:03


Машинист паровоза

Группа: Участник
Сообщений: 239



Здрасти приехали, а откуда это я копи пастом всавил? Из хелпа Билдера, тока искать нада уметь.
GIZMO
Отправлено: 05.03.2005, 09:59


Машинист паровоза

Группа: Участник
Сообщений: 174



QUOTE (klen @ 05/03/2005, 00:03)
Здрасти приехали, а откуда это я копи пастом всавил?

Из Win32.hlp — это не хелп Билдера.
Guest
Отправлено: 05.03.2005, 10:43


Не зарегистрирован







Если написать Help из поставки Builder'а — все будут удовлетворены?

Вернуться в Вопросы программирования в C++Builder