0

I am making AV as my college project and want to add option of SCAN WITH in right click menu.For that i need to add another form specially to be called when user selects that option.How to add another form and make it a exe because I need to give a exe path/command to open on click.Also how to get path of the file/folder on which that click was called.My AV is in C#.

rene
  • 41,474
  • 78
  • 114
  • 152
Andy Chora
  • 37
  • 4

1 Answers1

0

This StackOverflow question contains information about writing code for Shell Integration in Windows. This MSDN Article gives some information on working with C# command line arguments. So all you need to do is combine the information in those links with some sort of program development (i.e. using WinForms or WPF) and you should be able to complete your task.

Community
  • 1
  • 1
Samuel Slade
  • 8,405
  • 6
  • 33
  • 55