how to create shortcut of a file from MFC
Hi,
I would like to know how I can create a shortcut of a file and put that on the desktop from my MFC sdi application?
[128 byte] By [
binayak] at [2007-11-18 15:10:01]

# 1 Re: how to create shortcut of a file from MFC
One solution is via IShellLink COM interface. Check out MSDN.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/programmersguide/shell_int/shell_int_programming/shortcuts/shortcut.asp
Kuphryn