Questions tagged [quicklaunch]

30 questions
6
votes
1 answer

How to add my application to quick launch Ubuntu

I write java application and get the jar file, it work from command line java -jar program.jar I want to write installer program to put my application in Unity Launcher (quicklaunch) in Ubuntu. can anyone give my how can I start?
Steve
  • 503
  • 3
  • 9
  • 19
5
votes
1 answer

Android: Disable recent apps intent

I want to disable the recent apps intent that is fired from the icon when you hold the home button. I am currently detecting, in the onCreate(), if the intent is fired from the quick launch dialog, and then I call finish(). This entails that when…
Noah Seidman
  • 4,359
  • 5
  • 26
  • 28
3
votes
1 answer

Programmatically (show and) configure Quick Launch toolbar on Win 10 taskbar

I am trying to show and configure Quick Launch toolbar on Win 10 taskbar from command line / batch file / registry patch / PowerShell script / VBS / C# / C++. After searching the Internet, I was able to accomplish two steps out of three: Pre-fill…
Regus Pregus
  • 560
  • 3
  • 12
2
votes
1 answer

Quick Lanch bar and Inno Setup v6

My installer started off years ago and thus has a Quick Launch bar task. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Public Talks"; \ Filename: "{app}\CommunityTalks.exe"; \ MinVersion: 4,4; \ Tasks: quicklaunchicon When compiling…
Andrew Truckle
  • 17,769
  • 16
  • 66
  • 164
1
vote
2 answers

C# Getting the Windows Quick Launch Items (Windows XP)

i'm on Windows XP and want to read with C# all the Quicklaunch Items (in the taskbar next to the window button). I found the "solution" to read all files from "C:\Documents and Settings\USER\Application Data\Microsoft\Internet Explorer\Quick…
cyptus
  • 3,346
  • 3
  • 31
  • 52
1
vote
1 answer

Using Javascript to remove quicklaunch node on sharepoint 2010

I'm trying to remove dynamicaly a Quicklaunch item in SharePoint 2010 (SandBoxed) using javascript Client object Model. The code runs correctly. The selected item is deleted from my current quickLaunchNodeCollection but when I reload my…
Miky_g971
  • 13
  • 6
1
vote
1 answer

Hiding Link In SharePoint Quicklaunch Based On Permissions

I am trying to figure out a way to hide a specific link from the Quicklaunch navigation bar on one of my sites in SharePoint 2013 and am having some trouble. Basically I am trying to make it so that a link is only visible to users within a specific…
Brandon
  • 49
  • 1
  • 11
1
vote
1 answer

Create Windows 7 Quick Launch

how to Create Windows 7 Quick Launch Icon With C# ?
pedram
  • 3,647
  • 6
  • 24
  • 28
1
vote
1 answer

install4j: can't create quick launch icon

I have an "Additional confirmations" screen, with 2 "checkbox" form components: Add a desktop link (linked to the boolean "createDesktopLinkAction") Add a quick launch icon (linked to the boolean "createQuicklaunchIconAction"). At the end of the…
Revan
  • 119
  • 10
1
vote
0 answers

How to favorite android app Programmatically on android?

I'm looking for a way to programmatically favorite an android app. I need to do this either in Java or in Android Shell. It doesnt matter if the method requires SU/Root or not. By favoriting an app I mean adding a quick launch icon to the "footer"…
1
vote
1 answer

Issues with custom Google Chrome *.desktop file

I've got some issues with a custom *.desktop file for Google's Crome Browser for the Unity Quicklist. I've added some additional shortcuts for example for YouTube. The problem is that if no Chrome Window is opened it adds as I click the YouTube…
1
vote
3 answers

Sort 'Quick Launch' in alphabetical order - SharePoint 2010

Just a quick question about the 'Quick Launch' panel in SharePoint 2010 Is it possible to remove document libraries from the quick launch panel? Also is it possible to sort the 'Quick Launch' in alphabetical order? I have been through the settings…
Josh Price
  • 259
  • 3
  • 9
  • 18
0
votes
1 answer

How to place a shortcut in Windows 7 Quick Launch Bar using C# code

Possible Duplicate: Create Windows 7 Quick Launch Is there any method to place a shortcut (lnk file) in the quick launch bar of windows 7 using C# code? The method I used for Win XP doesn't work for Win7: string strAllUsersAppData =…
movi
  • 141
  • 2
  • 7
0
votes
2 answers

Sharepoint2010 - QuickLaunchMenu accordion style

I try to change QuickLaunchMenu of my Sharepoint2010 site to use accordion style. How can I get the current selected item? Is there a possibility to add a css class to the current (active) nav-item? How can I add a third hierarchy level? This is my…
0
votes
0 answers

Get the path of the file that launched my app

I'm working in my own PDF Reader using C# & Patagames/PDFium library and I am able to open files using "OpenFileDialog" and show them on the screen. However, due requirements of the boss I am not allowed to have any buttons in the screen. All we…
1
2