Hi CD,

> How can I add a new link in Windows Explorer
> "Right-Click" Context Sensitive Menus to
> launch a new program by a VB code?

How you write this depends on what you want it to do. You can write
a shell interface hook that processes the file-types and only raises
it at certain times ( examples on Edanmos VB Site -
http://mvps.org/emorcillo/ ) or you can simply add a shortcut to
your application in the 'send to' folder. This is far easier and
requires less development, and it also doesn't leave any gunk in the
registry should the user uninstall the application.

Regards,

Shawn K. Hall
http://ReliableAnswers.com/

'// ========================================================
   "A life spent making mistakes is not only more honorable 
    but more useful than a life spent doing nothing."
        -- George Bernard Shaw (1856-1950)




------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/k7folB/TM
--------------------------------------------------------------------~-> 


'// =======================================================
    Rules : http://ReliableAnswers.com/List/Rules.asp
    Home  : http://groups.yahoo.com/group/vbHelp/
    =======================================================
    Post  : [EMAIL PROTECTED]
    Join  : [EMAIL PROTECTED]
    Leave : [EMAIL PROTECTED]
'// =======================================================
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/vbhelp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to