Click here to Skip to main content
15,896,727 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to delete a file in locked status Pin
Simon P Stevens7-Apr-08 23:11
Simon P Stevens7-Apr-08 23:11 
GeneralRe: How to delete a file in locked status Pin
Giorgi Dalakishvili7-Apr-08 23:17
mentorGiorgi Dalakishvili7-Apr-08 23:17 
GeneralRe: How to delete a file in locked status Pin
Simon P Stevens7-Apr-08 23:25
Simon P Stevens7-Apr-08 23:25 
GeneralRe: How to delete a file in locked status [modified] Pin
Giorgi Dalakishvili7-Apr-08 23:29
mentorGiorgi Dalakishvili7-Apr-08 23:29 
QuestionRetrive item from datagridview in C# window application Pin
dev_tikili7-Apr-08 21:20
dev_tikili7-Apr-08 21:20 
GeneralRe: Retrive item from datagridview in C# window application Pin
dan!sh 7-Apr-08 22:13
professional dan!sh 7-Apr-08 22:13 
GeneralRe: Retrive item from datagridview in C# window application Pin
Sandilian7-Apr-08 22:57
Sandilian7-Apr-08 22:57 
Questionusing WinZip32 in C# Pin
nilam24777-Apr-08 20:48
nilam24777-Apr-08 20:48 
The command line prompt for running winzip. The below command zips "1.txt" file into "zippy.zip"
C:\Program Files\WinZip>winzip32.exe -min -a D:zippy.zip D:\\1.txt

I want to do this programatically using C# using Process.Start(). I have trouble specifing the parameters for winzip exe. If i give only the exe name as below winzip application opens
System.Diagnostics.Process.Start("C:\\Program Files\\WinZip\\winzip32.exe");

When i try giving the parameters(file name etc) as below it gives an error at run time "The system cannot find the file specified"
System.Diagnostics.Process.Start("C:\\Program Files\\WinZip\\winzip32.exe -min -a D:zippy.zip D:\\1.txt");

I'm not sure if there is any problem with double quotes "". How can i specifiy the paramters? Please help
GeneralRe: using WinZip32 in C# Pin
Christian Graus7-Apr-08 21:16
protectorChristian Graus7-Apr-08 21:16 
QuestionRe: using WinZip32 in C# Pin
nilam24777-Apr-08 21:49
nilam24777-Apr-08 21:49 
GeneralRe: using WinZip32 in C# Pin
nilam24777-Apr-08 22:04
nilam24777-Apr-08 22:04 
GeneralRe: using WinZip32 in C# Pin
Christian Graus7-Apr-08 22:05
protectorChristian Graus7-Apr-08 22:05 
GeneralRe: using WinZip32 in C# Pin
Rob Philpott7-Apr-08 23:07
Rob Philpott7-Apr-08 23:07 
QuestionSTAThreadAttribute Pin
asma_panjabi7-Apr-08 20:29
asma_panjabi7-Apr-08 20:29 
GeneralRe: STAThreadAttribute Pin
Christian Graus7-Apr-08 20:32
protectorChristian Graus7-Apr-08 20:32 
GeneralRe: STAThreadAttribute Pin
asma_panjabi7-Apr-08 21:19
asma_panjabi7-Apr-08 21:19 
GeneralRe: STAThreadAttribute Pin
Christian Graus7-Apr-08 21:32
protectorChristian Graus7-Apr-08 21:32 
GeneralRe: STAThreadAttribute Pin
asma_panjabi7-Apr-08 22:56
asma_panjabi7-Apr-08 22:56 
GeneralRe: STAThreadAttribute Pin
Pete O'Hanlon8-Apr-08 0:59
mvePete O'Hanlon8-Apr-08 0:59 
GeneralRe: STAThreadAttribute Pin
asma_panjabi8-Apr-08 19:14
asma_panjabi8-Apr-08 19:14 
Generalsaving as project problem-saving controls Pin
Denver Thomas7-Apr-08 19:30
Denver Thomas7-Apr-08 19:30 
GeneralRe: saving as project problem-saving controls Pin
Christian Graus7-Apr-08 19:33
protectorChristian Graus7-Apr-08 19:33 
GeneralRe: saving as project problem-saving controls Pin
Jeeva Jose7-Apr-08 20:16
Jeeva Jose7-Apr-08 20:16 
QuestionHow to Zip folder/file using Winzip32.exe in C# Pin
nilam24777-Apr-08 19:26
nilam24777-Apr-08 19:26 
GeneralRe: How to Zip folder/file using Winzip32.exe in C# Pin
Christian Graus7-Apr-08 19:33
protectorChristian Graus7-Apr-08 19:33 

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.