Results 1 to 2 of 2
- 07-22-2008, 09:30 AM #1
Member
- Join Date
- May 2008
- Posts
- 31
- Rep Power
- 0
add java programme on windowsXP right-click menu
Hi
I have a java programme, i want to add the programme short cut on windows XP right click menu Panel.
Install anywhere is providing shortcut to desktop. But i want to have a short cut from windows XP right click menu.
Because just highlight the text and right click ,should be able click my programme to do processing the text.
How to do that.
Thanks
Nanaji
- 07-22-2008, 04:20 PM #2
In Windows there is a table in the Registry for the different file types(file extensions) that includes the commandlines that are displayed in the RightClick context menu. You can add a commandline and description to that table by opening Windows Explorer, clicking on Tools|Folder Options|File Types and selecting New to add a new file type, or scrolling down the list of extensions to the desired extension and clicking on Advanced.
Then click the New button and add the description and commandline. Use "%1" as place holder for filename and exclose the commandline in "s. You can also make your commandline be the default by clicking on a button.
Look at some other entries before making your changes for examples.
Similar Threads
-
Fill a menu dynamically when menu is shown
By Java Tip in forum SWTReplies: 0Last Post: 07-07-2008, 04:47 PM -
React to menu action and checkbox menu
By Java Tip in forum javax.swingReplies: 0Last Post: 06-27-2008, 07:50 PM -
how to create Popup Menu with Sub Menu while right-clicking the JTree Node??
By Kabiraa in forum AWT / SwingReplies: 7Last Post: 05-09-2008, 07:54 AM -
Need Help Creating a Java Drop-Down/ Collapsing Menu
By rudbls in forum New To JavaReplies: 3Last Post: 12-15-2007, 11:19 PM -
how to create a menu bar in java
By tommy in forum New To JavaReplies: 1Last Post: 08-05-2007, 07:43 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks