Click here to Skip to main content
15,911,317 members
Home / Discussions / C#
   

C#

 
GeneralRe: Changing file names? Pin
kbalias19-Jun-06 21:24
kbalias19-Jun-06 21:24 
QuestionDevice Driver Pin
alaquniabi19-Jun-06 20:25
alaquniabi19-Jun-06 20:25 
QuestionPrinting an Image scaled to full page Pin
STRICQ19-Jun-06 19:05
STRICQ19-Jun-06 19:05 
AnswerRe: Printing an Image scaled to full page Pin
STRICQ22-Jun-06 19:40
STRICQ22-Jun-06 19:40 
QuestionDataSet/DataTable to .dbf convertion Pin
Nagendra Gunaga19-Jun-06 18:59
Nagendra Gunaga19-Jun-06 18:59 
NewsQQ group for Wuhan-China's programer Pin
whChina19-Jun-06 17:12
whChina19-Jun-06 17:12 
GeneralRe: QQ group for Wuhan-China's programer Pin
whChina20-Jun-06 23:27
whChina20-Jun-06 23:27 
QuestionMultiplatform (32bits/64bits/CE) & Interop Pin
Super Lloyd19-Jun-06 16:16
Super Lloyd19-Jun-06 16:16 
AnswerRe: Multiplatform (32bits/64bits/CE) & Interop Pin
leppie19-Jun-06 22:01
leppie19-Jun-06 22:01 
GeneralRe: Multiplatform (32bits/64bits/CE) & Interop Pin
Super Lloyd19-Jun-06 22:13
Super Lloyd19-Jun-06 22:13 
GeneralRe: Multiplatform (32bits/64bits/CE) & Interop Pin
Super Lloyd19-Jun-06 22:17
Super Lloyd19-Jun-06 22:17 
GeneralRe: Multiplatform (32bits/64bits/CE) & Interop Pin
Super Lloyd20-Jun-06 5:40
Super Lloyd20-Jun-06 5:40 
QuestionXSL:, XMLDOM C# Pin
Ramon Gzz M19-Jun-06 16:10
Ramon Gzz M19-Jun-06 16:10 
QuestionMicrosoft Word/Excel Automation Errors [modified] Pin
dbloch19-Jun-06 15:19
dbloch19-Jun-06 15:19 
QuestionUser settings for application Pin
Mike0919-Jun-06 14:27
Mike0919-Jun-06 14:27 
AnswerRe: User settings for application Pin
Mike Poz19-Jun-06 15:03
Mike Poz19-Jun-06 15:03 
QuestionHow to get distinct items from an array? Pin
mejobloggs19-Jun-06 13:34
mejobloggs19-Jun-06 13:34 
AnswerRe: How to get distinct items from an array? Pin
Alexander Wiseman19-Jun-06 14:04
Alexander Wiseman19-Jun-06 14:04 
GeneralRe: How to get distinct items from an array? Pin
mejobloggs19-Jun-06 15:57
mejobloggs19-Jun-06 15:57 
GeneralRe: How to get distinct items from an array? Pin
leppie19-Jun-06 22:07
leppie19-Jun-06 22:07 
GeneralRe: How to get distinct items from an array? Pin
Alexander Wiseman20-Jun-06 5:43
Alexander Wiseman20-Jun-06 5:43 
leppie,

Thanks for your comments. I said I wouldn't recommend number 3 unless time was a consideration because I was unsure what overhead one might be pulling in by using a Hashtable to store the information. It seemed to me to be a roundabout way of doing it, and I wasn't comfortable with suggesting it as the most robust solution. On the other hand, it also seemed to me that using a Hashtable would be very fast, since looking up keys in a Hashtable is efficient. Please tell me if I'm not understanding something fundamental about Hashtables or whether you have a different opinion.

As regards your second point, I stand corrected. I should have realized that, in adding items to the Hashtable, one need not check if they are already there, because the same key cannot be repeated in the Hashtable!

Thanks again.

Sincerely,
Alexander Wiseman
AnswerRe: How to get distinct items from an array? Pin
Leslie Sanford19-Jun-06 16:43
Leslie Sanford19-Jun-06 16:43 
GeneralRe: How to get distinct items from an array? Pin
mejobloggs19-Jun-06 17:09
mejobloggs19-Jun-06 17:09 
AnswerRe: How to get distinct items from an array? Pin
Judah Gabriel Himango19-Jun-06 18:22
sponsorJudah Gabriel Himango19-Jun-06 18:22 
QuestionProcess.Start() mailto exception - default mail client Pin
stretchtack19-Jun-06 13:11
stretchtack19-Jun-06 13:11 

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.