المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Here is a stumper....



C# Programming
09-02-2009, 08:00 AM
What I am wanting to do is something along these lines but I can not figure out how to do it, if it is at all possible...

What I want to do is place several shortcuts directly into a folder onto the desktop and place a icon onto that folder.
(easy enough)
Now for the problem arises. I am now needing to make the folder on the desktop with the icon act like a autorun. That is to say if the user double clicks the folder for the folder to automatically open the default shortcut instead of opening the folder displaying all the shortcuts.

We want the shortcuts to be availiable but only if they rightclick the folder and say explore.


Any Ideas?
Both in how to do this manually, then in how to do this in code. But If I could figure out the manual part I probably could figure out the code.