Icon context menu

  • Thread starter Thread starter auad
  • Start date Start date
A

auad

hi,

I would like to know how to implement the following situation in c# or
VB.net:

I want to know how to display the application icon in the windows
context menu (just like winrar does)

Thanks in advance

Bruno
 
auad said:
hi,

I would like to know how to implement the following situation in c# or
VB.net:

I want to know how to display the application icon in the windows
context menu (just like winrar does)

You can implement a shell extension menu. We offer a .NET component FREE
for non-commercial use that makes this complex process much easier:

http://www.mini-tools.com/goto/xmenus
 
Back
Top