Click here to Skip to main content
15,908,909 members
Home / Discussions / C#
   

C#

 
GeneralRe: getting a count of a delimiter in a string Pin
LongRange.Shooter26-Sep-06 8:00
LongRange.Shooter26-Sep-06 8:00 
Questiona autoscroll question Pin
cchere25-Sep-06 15:20
cchere25-Sep-06 15:20 
QuestionShortcutBar with TabCtrl functionality? Pin
kozu25-Sep-06 15:18
kozu25-Sep-06 15:18 
QuestionProblem with dataGridView_SelectionChanged event in vs2005 . Pin
hdv21225-Sep-06 12:06
hdv21225-Sep-06 12:06 
QuestionDataGrid Pin
btota25-Sep-06 10:33
btota25-Sep-06 10:33 
AnswerRe: DataGrid Pin
Nader Elshehabi25-Sep-06 11:02
Nader Elshehabi25-Sep-06 11:02 
QuestionSystem.Diagnostics.Process Pin
DR Delphi25-Sep-06 10:22
DR Delphi25-Sep-06 10:22 
AnswerRe: System.Diagnostics.Process Pin
Nader Elshehabi25-Sep-06 10:49
Nader Elshehabi25-Sep-06 10:49 
Hello

I suppose you write it like this:
Process.Start(@"C:\Program Files\Winzip\Winzip.exe %1 MyFile.zip");

or something similar? Instead, only write the zip file name:
Process.Start("MyFile.zip");

and the windows explorer will launch the default program associated with that file type -usually will be Winzip-.

RegardsRose | [Rose]

GeneralRe: System.Diagnostics.Process [modified] Pin
Niiiissssshhhhhuuuuu25-Sep-06 17:35
Niiiissssshhhhhuuuuu25-Sep-06 17:35 
QuestionChange RowColor in datagridview Pin
ezazazel25-Sep-06 8:43
ezazazel25-Sep-06 8:43 
AnswerRe: Change RowColor in datagridview Pin
Nader Elshehabi25-Sep-06 10:46
Nader Elshehabi25-Sep-06 10:46 
AnswerRe: Change RowColor in datagridview Pin
naldur26-Sep-06 21:46
naldur26-Sep-06 21:46 
QuestionCORBA and VS2005 Pin
ezazazel25-Sep-06 8:23
ezazazel25-Sep-06 8:23 
AnswerRe: CORBA and VS2005 Pin
led mike25-Sep-06 8:37
led mike25-Sep-06 8:37 
GeneralRe: CORBA and VS2005 Pin
ezazazel25-Sep-06 8:44
ezazazel25-Sep-06 8:44 
GeneralRe: CORBA and VS2005 Pin
led mike25-Sep-06 9:07
led mike25-Sep-06 9:07 
GeneralRe: CORBA and VS2005 Pin
ezazazel25-Sep-06 9:14
ezazazel25-Sep-06 9:14 
GeneralRe: CORBA and VS2005 Pin
led mike25-Sep-06 11:21
led mike25-Sep-06 11:21 
AnswerRe: CORBA and VS2005 Pin
ezazazel25-Sep-06 9:21
ezazazel25-Sep-06 9:21 
QuestionC++ 6.0 MDI and MDI C# Child Pin
Christopher Stratmann25-Sep-06 7:52
Christopher Stratmann25-Sep-06 7:52 
QuestionPhone caller Pin
HojatAlizadehfard25-Sep-06 7:32
HojatAlizadehfard25-Sep-06 7:32 
AnswerRe: Phone caller Pin
Nader Elshehabi25-Sep-06 7:54
Nader Elshehabi25-Sep-06 7:54 
GeneralRe: Phone caller Pin
Nadia Monalisa25-Sep-06 11:18
Nadia Monalisa25-Sep-06 11:18 
GeneralRe: Phone caller Pin
Nader Elshehabi25-Sep-06 11:30
Nader Elshehabi25-Sep-06 11:30 
QuestionRe: Phone caller Pin
HojatAlizadehfard27-Sep-06 7:06
HojatAlizadehfard27-Sep-06 7:06 

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.