Click here to Skip to main content
16,011,869 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataGrid Display Pin
Abhijit Jana22-Oct-07 18:36
professionalAbhijit Jana22-Oct-07 18:36 
GeneralRe: DataGrid Display Pin
kabutar22-Oct-07 19:06
kabutar22-Oct-07 19:06 
GeneralRe: DataGrid Display Pin
Abhijit Jana22-Oct-07 20:31
professionalAbhijit Jana22-Oct-07 20:31 
GeneralRe: DataGrid Display Pin
kabutar22-Oct-07 20:41
kabutar22-Oct-07 20:41 
GeneralRe: DataGrid Display Pin
Abhijit Jana22-Oct-07 20:45
professionalAbhijit Jana22-Oct-07 20:45 
GeneralRe: DataGrid Display Pin
kabutar22-Oct-07 21:44
kabutar22-Oct-07 21:44 
QuestionHow to use IOfficeAntiVirus Pin
jason_mf21-Oct-07 16:47
jason_mf21-Oct-07 16:47 
AnswerRe: How to use IOfficeAntiVirus Pin
Ajay.k_Singh21-Oct-07 21:23
Ajay.k_Singh21-Oct-07 21:23 
I am not very clear about your requirement, however if you just want to run some external Anti-Virus application using code, you may do so using System.Diagnostics.Process.Start () method.


Such as –

System.Diagnostics.Process.Start("c:\\antivirus.exe");

I case if you want to pass some parameter to this application, such as some file name which needs to be scanned, you may do so by passing file name as an argument in this function.

I hope this helpsSmile | :) .

-Dave.

Dave Traister,
ComponentOne LLC.
www.componentone.com

QuestionAbstract class implementing interface [modified] Pin
SeeBees21-Oct-07 15:32
SeeBees21-Oct-07 15:32 
AnswerRe: Abstract class implementing interface Pin
PIEBALDconsult21-Oct-07 15:48
mvePIEBALDconsult21-Oct-07 15:48 
GeneralRe: Abstract class implementing interface Pin
SeeBees21-Oct-07 17:57
SeeBees21-Oct-07 17:57 
GeneralRe: Abstract class implementing interface Pin
mav.northwind21-Oct-07 19:21
mav.northwind21-Oct-07 19:21 
GeneralRe: Abstract class implementing interface Pin
SeeBees21-Oct-07 20:07
SeeBees21-Oct-07 20:07 
GeneralRe: Abstract class implementing interface Pin
PIEBALDconsult22-Oct-07 11:24
mvePIEBALDconsult22-Oct-07 11:24 
QuestionGetting IE or Firefox to automatically open the file Pin
Brad Wick21-Oct-07 15:12
Brad Wick21-Oct-07 15:12 
AnswerRe: Getting IE or Firefox to automatically open the file Pin
PIEBALDconsult21-Oct-07 15:51
mvePIEBALDconsult21-Oct-07 15:51 
GeneralRe: Getting IE or Firefox to automatically open the file Pin
Brad Wick21-Oct-07 16:03
Brad Wick21-Oct-07 16:03 
GeneralRe: Getting IE or Firefox to automatically open the file Pin
PIEBALDconsult22-Oct-07 14:30
mvePIEBALDconsult22-Oct-07 14:30 
QuestionHow to change the image of pictureBox the CrystalReport in C#2005 Pin
mctramp16821-Oct-07 14:43
mctramp16821-Oct-07 14:43 
AnswerRe: How to change the image of pictureBox the CrystalReport in C#2005 Pin
mctramp16822-Oct-07 14:14
mctramp16822-Oct-07 14:14 
Questionhow can get start path at load time ? Pin
B.A21-Oct-07 14:15
B.A21-Oct-07 14:15 
AnswerRe: how can get start path at load time ? Pin
Luc Pattyn21-Oct-07 14:59
sitebuilderLuc Pattyn21-Oct-07 14:59 
GeneralRe: how can get start path at load time ? Pin
B.A21-Oct-07 21:03
B.A21-Oct-07 21:03 
Questioninserting values from drop down list Pin
anuradha.rrao21-Oct-07 11:06
anuradha.rrao21-Oct-07 11:06 
AnswerRe: inserting values from drop down list Pin
Christian Graus21-Oct-07 11:58
protectorChristian Graus21-Oct-07 11:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.