Programicaly creating a ShortCut
In my Windows Forms application I have created a self-exracting archive (Program Installer) for my main application. How would I go about creating shortcut icon that points to my applications executable file? I looked in the System::IO::File class but couldn't find anything and don't know where else I would have to look.