09-20-2003, 04:34 PM -
The simplest way to call properties is:
ShellExecute(hwnd, "properties", "c:\\shortcut.lnk", NULL, NULL);
The other way to make full context menu support like TLB do. You must use IContextMenu, IShellFolder interfaces. You can easy find documentation on MSDN. Or try this topic from CodeProject.
ShellExecute(hwnd, "properties", "c:\\shortcut.lnk", NULL, NULL);
The other way to make full context menu support like TLB do. You must use IContextMenu, IShellFolder interfaces. You can easy find documentation on MSDN. Or try this topic from CodeProject.
The TORDEX Team
http://www.tordex.com
http://www.tordex.com