Welcome
How I can take icon from exe file and then add this icon to this code?
Because i don't want to use icon from shell32.dll i want use custom icon (from other app automatically).
FileCreateShortcut(@WindowsDir & "\explorer.exe", @DesktopDir & "\Shortcut Example.lnk", @WindowsDir, "/e,c:\", "Tooltip description of the shortcut.", @SystemDir & "\shell32.dll", "^!t", "15", @SW_MINIMIZE)