Questions tagged [shortcuts]

Shortcut refers to a short or small path for reaching somewhere rather than the original and longer one.

431 questions
0
votes
2 answers

how to make streamwriter create a url link in a non-system folder in C#

I am having a problem with creating a url link (shortcut) in a non-system folder. The link is getting created properly on the desktop without any problem, but if I change the path to a non-system folder the folder remains empty and there is no error…
0
votes
1 answer

How do I add an icon to launchpad in os x mountain lion that will launch a java .jar?

Let's say I want an icon in Launchpad that when clicked on executes: java -jar /Users/me/Program.jar argument1 argument2 I'm running OS X Mountain Lion. This is a little Java program I wrote for my own personal use, nothing I'm trying to…
Robert Louis Murphy
  • 1,498
  • 1
  • 15
  • 29
0
votes
1 answer

Create a Windows 7 Shortcut at run time

I am trying to create a shortcut to a folder that my program creates when the user adds a profile to the device. The shortcut link to the folder and is supposed to appear in the users Favorites (the library to the side in Windows 7 Explorer) and…
Blaze Phoenix
  • 819
  • 13
  • 33
0
votes
1 answer

How do I assign a device level hotkey to my Blackberry App?

Blackberry devices have shortcuts to open applications. For example, if you hit the 'T' button, the tasks app will open. (BTW, you have to have "Call from Home Screen" disabled in the Phone App Settings for this to work) How can I assign a shortcut…
JR Lawhorne
  • 2,994
  • 4
  • 29
  • 39
0
votes
2 answers

Programmatically get launcher's icon size

I'm trying to programmatically get the launcher's icon size. It differs between devices. I don't have the assets in advance, I'm creating them. Can I somehow query for the right icon dimensions for the specific launcher?
Guy
  • 4,842
  • 6
  • 23
  • 30
0
votes
1 answer

java createText without Ctrl C, Ctrl V

I have tried to create a text box with protected FormToolkit toolkit = new FormToolkit(parent.getDisplay()); Text idInput = toolkit.createText(parent, " ", SWT.BORDER); Then, there is just Ctrl+A, but no Ctrl+C, Ctrl+V and Ctrl+X function, how can…
0
votes
1 answer

Application shortcut reappears on restart

I have an application that I have built a .msi installer for throgh Microsoft Visual Studio 2010. I recently made some updates, including changing the version number and rebuilt the installer with these updates. The installer includes shortcuts on…
Nathan Friesen
0
votes
4 answers

What is the shortest way of inserting a variable into text with PHP?

I'm wondering if there is a shorter way of inserting text in PHP than This website is a funky guide to !!! For example, using ruby on rails, I could set city = 'London' somewhere in the code, and…
Hamish Downer
  • 15,325
  • 14
  • 82
  • 80
0
votes
2 answers

How to read installer shortcuts with C# (WPF)

Background: I've decided to teach myself C# through WPF, and I'm writing a small application that needs to get a list of Start Menu shortcuts and their targets and store them. Basically, I'm trying to take all the shortcuts and put their target…
Sasha Chedygov
  • 116,670
  • 26
  • 98
  • 110
0
votes
3 answers

ReadDirectoryChangesW thinks shortcut is being deleted right after creation

I am using this implementation of ReadDirectoryChangesW to monitor changes to the desktop. My program plans to run some small program when a file is created on the desktop. Now the problem I am running into is when I create a new shortcut via the…
Krishna
0
votes
1 answer

Nsis shortcuts for different users

Advice Nsis – windows7 I have two users on the same computer (Admin and standard), I will be running my nsis installer when logged in to the standard user. My problem is that I need to create shortcuts on both desktops!! Example Standard User -…
mgphall
  • 57
  • 1
  • 9
0
votes
1 answer

Is there a way to change the keyboard shortcuts of the jquery datepicker?

I would like to change the default ctrl+home to reopen the datepicker to the enter key. I have my datepicker tied to an input and it currently does not change focus after the date has been selected.
teeth
  • 215
  • 3
  • 9
0
votes
1 answer

WPF Access Shortcut Location

I have a WPF application that is run from a shortcut. Is there anyway I can access the directory location of the shortcut from within the WPF application?
Noob
  • 909
  • 1
  • 9
  • 19
0
votes
1 answer

How Can I Change the Icon for an Existing Shortcut in shell script

I have installed my flash application using packagemaker installer. I have created short cut to desktop using shell Script. Now i want to change the default short cut Icon. Please tell me shell script to change the short cut icon. MAC OS 10.7.2
0
votes
1 answer

Home screen shortcut not working. application not found

I'm trying to create a shortcut to an activity inside my application on the home screen. I managed to create the shortcut, but when i click on it nothing happens and it says "application not found" here's how my code looks like: final Intent…
user1345108
  • 220
  • 2
  • 15
1 2 3
28
29