shortcuts
-
Hello, I would like access the shortcuts and its properties which is present in a client machine's directory (Desktop). How can I implement this with asp.net. Any hints would be appreciated. Thanks for the help Sebastian
-
Hello, I would like access the shortcuts and its properties which is present in a client machine's directory (Desktop). How can I implement this with asp.net. Any hints would be appreciated. Thanks for the help Sebastian
No way.. places like Desktop or any client folder location is not accessible through HTML from the browser program because of security purpose. Otherwise there will be a severe Security issue... :(
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Windows7 API Code Pack
Simplify Code Using NDepend
Basics of Bing Search API using .NET -
Hello, I would like access the shortcuts and its properties which is present in a client machine's directory (Desktop). How can I implement this with asp.net. Any hints would be appreciated. Thanks for the help Sebastian
R u trying to hack someting. :)
-
R u trying to hack someting. :)
nagendrathecoder wrote:
R u trying to hack someting.
ABSOLUTELY NO please check out this link. http://www.codeproject.com/Messages/3317360/CITRIX.aspx[^] Thanks
-
nagendrathecoder wrote:
R u trying to hack someting.
ABSOLUTELY NO please check out this link. http://www.codeproject.com/Messages/3317360/CITRIX.aspx[^] Thanks
So, you want to execute some exe from Client System ? You can use ActiveX for that. But that will work only on IE.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.