Results 1 to 3 of 3

Thread: [RESOLVED] Right-click on file - Need registry help

  1. #1

    Thread Starter
    Addicted Member silentthread's Avatar
    Join Date
    Jun 2006
    Location
    Miami, Florida
    Posts
    143

    Resolved [RESOLVED] Right-click on file - Need registry help

    Hi everyone,

    I just completed a .NET app that when you right-click on a tif file, it launches my program. It works great in Windows XP, but not in Windows 2000.

    Why? Because I don't know what registry entry to make for a 2000 machine.

    Here is the one that works for XP.....


    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\SystemFileAssociations\.tif\shell\myapp]
    
    [HKEY_CLASSES_ROOT\SystemFileAssociations\.tif\shell\myapp\command]
    @="C:\\Program Files\\MyProgram\\myapp.exe \"%1\""

    Any help is greatly appreciated.
    Watch media as you download it! Excellent tool!
    FREE CUBA!
    MyBlog
    If you feel my post has helped, please rate it.

  2. #2

    Thread Starter
    Addicted Member silentthread's Avatar
    Join Date
    Jun 2006
    Location
    Miami, Florida
    Posts
    143

    Re: Right-click on file - Need registry help

    Figured it out. I will post the reg keys later as I'm working on a deadline. Thx
    Watch media as you download it! Excellent tool!
    FREE CUBA!
    MyBlog
    If you feel my post has helped, please rate it.

  3. #3

    Thread Starter
    Addicted Member silentthread's Avatar
    Join Date
    Jun 2006
    Location
    Miami, Florida
    Posts
    143

    Re: [RESOLVED] Right-click on file - Need registry help

    Here is the info.


    Actually, it's not that hard. You can create a right-click extension by using the Windows UI.....



    Create a complex name, something like..... mycrazyShellExt.
    Then just find the registry key using the registries search feature. Export the key, and you are all set.
    Watch media as you download it! Excellent tool!
    FREE CUBA!
    MyBlog
    If you feel my post has helped, please rate it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width