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#.
Asked
Active
Viewed 692 times
0
-
What is an "AV"? What have you tried so far? In which context menu do you want to add an entry? – Fischermaen Dec 19 '11 at 13:24
-
AV-antivirus I want entry in Right Click menu.When you right-click on any file/folder,there appears an option on Scan with avast/avg/norton.. – Andy Chora Dec 19 '11 at 13:27
-
So, you want to enhance the explorer? – Fischermaen Dec 19 '11 at 13:31
-
Are you wanting to make the entire anti virus software yourself? – Purplegoldfish Dec 19 '11 at 14:05
-
Trying to make just a basic AV. – Andy Chora Dec 19 '11 at 14:34
1 Answers
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