Click here to Skip to main content
16,007,610 members
Home / Discussions / C#
   

C#

 
Questionmerging datagrid header Pin
litson1-Jan-07 20:56
litson1-Jan-07 20:56 
AnswerRe: merging datagrid header Pin
Mircea Puiu1-Jan-07 22:18
Mircea Puiu1-Jan-07 22:18 
QuestionLDAP Pin
MozhdehQeraati1-Jan-07 20:35
MozhdehQeraati1-Jan-07 20:35 
AnswerRe: LDAP Pin
Mircea Puiu1-Jan-07 21:13
Mircea Puiu1-Jan-07 21:13 
Questionextracting the files Pin
vin10701-Jan-07 20:18
vin10701-Jan-07 20:18 
AnswerRe: extracting the files Pin
Christian Graus1-Jan-07 20:29
protectorChristian Graus1-Jan-07 20:29 
GeneralRe: extracting the files Pin
vin10701-Jan-07 20:40
vin10701-Jan-07 20:40 
AnswerRe: extracting the files Pin
Niiiissssshhhhhuuuuu1-Jan-07 20:40
Niiiissssshhhhhuuuuu1-Jan-07 20:40 
You can also use...some exe to extract the files
for example you can use process to start the WinZip or WinRar to extract files to perticular location..
You can pass the zip filename as an argument to the process

eg,

this.process1.StartInfo.FileName="C:\\Program Files\\WinRAR2.rar.exe";
this.process1.StartInfo.Arguments="something.zip";//or something.rar
this.process1.Start();



regards Rose | [Rose] ,

nishu
QuestionHow do I fire an event from code? Pin
JoeRip1-Jan-07 19:39
JoeRip1-Jan-07 19:39 
AnswerRe: How do I fire an event from code? Pin
Christian Graus1-Jan-07 20:31
protectorChristian Graus1-Jan-07 20:31 
GeneralRe: How do I fire an event from code? Pin
JoeRip1-Jan-07 21:58
JoeRip1-Jan-07 21:58 
GeneralRe: How do I fire an event from code? Pin
JoeRip1-Jan-07 22:02
JoeRip1-Jan-07 22:02 
GeneralRe: How do I fire an event from code? Pin
Mircea Puiu1-Jan-07 22:31
Mircea Puiu1-Jan-07 22:31 
GeneralRe: How do I fire an event from code? Pin
JoeRip1-Jan-07 23:09
JoeRip1-Jan-07 23:09 
GeneralRe: How do I fire an event from code? Pin
Mircea Puiu1-Jan-07 23:57
Mircea Puiu1-Jan-07 23:57 
GeneralRe: How do I fire an event from code? Pin
Martin#2-Jan-07 0:06
Martin#2-Jan-07 0:06 
GeneralMaybe a little more help is welcome Pin
Mircea Puiu2-Jan-07 0:10
Mircea Puiu2-Jan-07 0:10 
GeneralRe: Maybe a little more help is welcome Pin
JoeRip2-Jan-07 1:05
JoeRip2-Jan-07 1:05 
GeneralRe: Maybe a little more help is welcome Pin
Mircea Puiu2-Jan-07 1:56
Mircea Puiu2-Jan-07 1:56 
GeneralRe: How do I fire an event from code? Pin
Martin#2-Jan-07 0:07
Martin#2-Jan-07 0:07 
QuestionWord Document Automation Pin
Gopal K R1-Jan-07 19:29
Gopal K R1-Jan-07 19:29 
AnswerRe: Word Document Automation Pin
Pete O'Hanlon1-Jan-07 23:49
mvePete O'Hanlon1-Jan-07 23:49 
QuestionNeed Help in context menu Pin
Venkatesh.P1-Jan-07 19:18
Venkatesh.P1-Jan-07 19:18 
AnswerRe: Need Help in context menu Pin
JoeRip1-Jan-07 19:44
JoeRip1-Jan-07 19:44 
GeneralRe: Need Help in context menu Pin
Venkatesh.P1-Jan-07 20:24
Venkatesh.P1-Jan-07 20:24 

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.