Click here to Skip to main content
16,016,067 members
Home / Discussions / C#
   

C#

 
AnswerRe: Detecting if a key is pressed outside the key events Pin
Ed.Poore26-May-08 0:55
Ed.Poore26-May-08 0:55 
GeneralRe: Detecting if a key is pressed outside the key events Pin
Christian Wikander26-May-08 1:28
Christian Wikander26-May-08 1:28 
QuestionConsole.WriteLine Pin
George_George25-May-08 23:21
George_George25-May-08 23:21 
AnswerRe: Console.WriteLine Pin
Colin Angus Mackay25-May-08 23:51
Colin Angus Mackay25-May-08 23:51 
GeneralRe: Console.WriteLine Pin
George_George26-May-08 0:01
George_George26-May-08 0:01 
AnswerRe: Console.WriteLine Pin
DaveyM6925-May-08 23:53
professionalDaveyM6925-May-08 23:53 
GeneralRe: Console.WriteLine Pin
George_George26-May-08 0:02
George_George26-May-08 0:02 
QuestionIgnoring folders when unzipping with FastZip Pin
Kiefie25-May-08 23:16
Kiefie25-May-08 23:16 
Hi All

I am using ICSharpCode.SharpZipLib.FastZip to unzip files we receive over the internet in C#.NET2. The problem I am having is that some of the zipped files we receive contains folders with the files we want in those folders. What I need is for it to unzip the files in the zipped folder directly to the 'target directory'.

I.e.

C:\zippedfiles.zip //Contains - "folder\zippedfile.txt"

//When unzipping it, I need it to be
C:\zippedfile.txt

//NOT

C:\folder\zippedfile.txt

That's it. Any help would be great, thanks in advance.

Kiefie

The man with a plan...now where'd that plan go?

QuestionNeed help to do a "online members" list to my chat Pin
Bobbz25-May-08 23:09
Bobbz25-May-08 23:09 
AnswerRe: Need help to do a "online members" list to my chat Pin
Christian Wikander25-May-08 23:30
Christian Wikander25-May-08 23:30 
QuestionCapture mouse click to get application name Pin
Burim Rama25-May-08 23:03
Burim Rama25-May-08 23:03 
AnswerRe: Capture mouse click to get application name Pin
DaveyM6925-May-08 23:07
professionalDaveyM6925-May-08 23:07 
GeneralRe: Capture mouse click to get application name Pin
Burim Rama25-May-08 23:20
Burim Rama25-May-08 23:20 
GeneralRe: Capture mouse click to get application name Pin
DaveyM6926-May-08 0:03
professionalDaveyM6926-May-08 0:03 
QuestionNotify Icon Problem for Console Application. Pin
ptr2void25-May-08 22:36
ptr2void25-May-08 22:36 
AnswerRe: Notify Icon Problem for Console Application. Pin
leppie25-May-08 22:37
leppie25-May-08 22:37 
GeneralRe: Notify Icon Problem for Console Application. Pin
ptr2void25-May-08 22:45
ptr2void25-May-08 22:45 
GeneralRe: Notify Icon Problem for Console Application. Pin
leppie26-May-08 3:55
leppie26-May-08 3:55 
AnswerRe: Notify Icon Problem for Console Application. Pin
Abhijit Jana25-May-08 22:54
professionalAbhijit Jana25-May-08 22:54 
GeneralRe: Notify Icon Problem for Console Application. Pin
ptr2void25-May-08 23:00
ptr2void25-May-08 23:00 
GeneralRe: Notify Icon Problem for Console Application. Pin
Abhijit Jana25-May-08 23:07
professionalAbhijit Jana25-May-08 23:07 
GeneralRe: Notify Icon Problem for Console Application. Pin
ptr2void25-May-08 23:09
ptr2void25-May-08 23:09 
GeneralRe: Notify Icon Problem for Console Application. Pin
Abhijit Jana25-May-08 23:16
professionalAbhijit Jana25-May-08 23:16 
GeneralRe: Notify Icon Problem for Console Application. Pin
Abhijit Jana25-May-08 23:21
professionalAbhijit Jana25-May-08 23:21 
GeneralRe: Notify Icon Problem for Console Application. Pin
ptr2void25-May-08 23:25
ptr2void25-May-08 23:25 

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.