Click to See Complete Forum and Search --> : Create shortcut - NO MFC


aewarnick
April 24th, 2005, 11:33 PM
Correct me if I'm wrong...
All I have found to create a windows shortcut is IShell and it looks to be in an mfc header file indicating that I need to use mfc to create a windows shortcut. How do I create a shortcut without mfc?

genossa
April 25th, 2005, 07:02 AM
Hi!

No, there's no need to use mfc in order to create a shell shortcut.

Here's the official MSDN documentation on Shell Links with examples (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/programmersguide/shell_int/shell_int_programming/shortcuts/shortcut.asp) :thumb:

Best Regards!

aewarnick
April 25th, 2005, 09:29 AM
Worries eased! Thanks.