I’m trying to create a windows form app that will be able to handle icons from desktop, like keeping them and changing their properties etc…Can you please give me some advice how to create this pseudo-desktop? I haven’t found anything that allows me to place .lnk shortcuts on Form.
Thanks
For that, you do not need real LNK files (For creating them you need to use p/invoke).
Just make a ListView with Icon-View. If the User doubleclicke on a item you can handle the click and launch whatever you want to associate with this action.