The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
128 views

Android - Is it possible to get the information of a desktop web shortcut?

I'm trying to create an app that gives information of some other specific apps that you have installed on your device. Android lets you, from the package name, to get information of these apps such as ...
1
vote
1answer
203 views

High resolution exe icon results in a low resolution icon on Windows desktop shortcut

I had a Delphi 6 application with a 16x16 icon. Recently I made the 64x64 version of it and recompiled the application. This high-resolution icon is displayed on Windows 7 Superbar and in task ...
0
votes
1answer
41 views

How to make a “normal” program shortcut in the installer?

I have a problem with the shortcuts generated by our current Wix setup - when a user right-clicks the desktop icon and pins it to the taskbar, that taskbar icon is lost when they upgrade to the next ...
0
votes
1answer
257 views

making a clickable linux desktop shortcut to execute ant build script

In my ubuntu lucid linux system,I have some java code in ~/dev/java/mycode/src folder.I have an ant buildfile in ~/dev/java/mycode folder ,which compiles the java files and make a jar and finally ...
1
vote
0answers
120 views

How do I send a desktop shortcut (to a local html file on THEIR machine) to various users and have it work and retain custom icon?

I created a simple app that is a HTML page that generates price quotes. The client wanted it on certain machines and no where on their intranet. So I have a folder with the html page and a javascript ...
1
vote
0answers
128 views

Webstart application doesn´t get updated via desktop-shortcut

Our webstart-application doesn't update correctly via desktop-shortcut when settings the option "<shortcut online="[true|false]">" to false. It seems to work fine when setting it to true but I ...
1
vote
0answers
131 views

Moving of shortcut icons programatically

In my Windows 7 PC, I have some applications installed which has desktop shortcuts. My desktop has multiple user accounts. For some applications I had shortcuts placed only on my admin desktop. I ...
0
votes
0answers
18 views

How to hide the menu bar of the browser, for IE, chrome or sort of other browser?

When I release my web application, I made a desktop-shortcut on my windows PC. With the property of shortcut, "C:\Program Files\Internet Explorer\iexplore.exe" -k 192.168.100.105/myWebApp (notice ...
0
votes
0answers
19 views

receive shortcuts without focus

I write a native GUI with gtk, which needs to receive keyboard events although the window does not have the focus. The gtk window should be minified and run in background. If the user types a ...
0
votes
0answers
24 views

Shortcuts Android

I have an app that make a shortcut to your favorite url in your android phone desktop, i can create it in some news devices but when i try it on galaxy ace it doesnt work... i tryied to find something ...
0
votes
0answers
84 views

How to create windows shortcuts with environmental variables in an argument as part of an executable?

I want to create a windows shortcut like the following. e.g) myexecutable.exe -argument1:a1,a2,a3 ... etc because of a few restrictions a1,a2,a3 is too long to be placed in a shortcut. So ...
0
votes
0answers
126 views

How I can use Shell32.dll in Silverlight OOB

I'd like to get the target information from a shortcut file using my silverlight OOB app, so I'm going to make the following code to work in my silverlight OOB. It seems I have to used P/Invoke to use ...
0
votes
0answers
112 views

Arguments not passed to Desktop Shortcut in Deployment Project

I put together a deployment project (VS2008) for my project. I want the desktop shortcut to pass two arguments when it is invoked. I've added the values to the Arguments property for the shortcut, but ...
0
votes
0answers
46 views

Does anyone know how to create system generated shortcut?

Im looking for a way to add a shortcut that is same type as "My Computer" or "Outlook" that generated during installation. someone mentioned that this kind of shortcuts are related to programming ...
0
votes
0answers
169 views

Inno Setup Re-positions Created Desktop Shortcuts when Re-running Installer

We have an automatic update feature built into one our installed apps. Everything is working great, but when the latest installer is run, any desktop shortcuts that are part of the installer loose ...
0
votes
0answers
62 views

I am not talking about an address bar link

Ok, here it is. How do I, using HTML, java script or by other means, create an icon/image (as in 'favicon.ico') located in the body of my site that when dragged to the desktop by a visitor creates a ...