Click here to Skip to main content
15,910,872 members
Home / Discussions / C#
   

C#

 
Questionsecurity for a service? Pin
imran_rafique19-Dec-02 13:07
imran_rafique19-Dec-02 13:07 
GeneralCursor woes. Pin
Tom Welch19-Dec-02 4:06
Tom Welch19-Dec-02 4:06 
GeneralRe: Cursor woes. Pin
Rob Graham19-Dec-02 5:01
Rob Graham19-Dec-02 5:01 
GeneralRe: Cursor woes. Pin
Joel Matthias19-Dec-02 7:42
Joel Matthias19-Dec-02 7:42 
GeneralRe: Cursor woes. Pin
Tom Welch19-Dec-02 7:55
Tom Welch19-Dec-02 7:55 
GeneralRe: Cursor woes. Pin
Anonymous19-Dec-02 9:15
Anonymous19-Dec-02 9:15 
GeneralRe: Cursor woes. Pin
Joel Matthias19-Dec-02 9:14
Joel Matthias19-Dec-02 9:14 
GeneralArrayList Comparison/Diff Pin
gercules19-Dec-02 0:08
gercules19-Dec-02 0:08 
I am given 2 ArrayLists - arOriginal and arNow. I am supposed to populate ArrayLists arNew and arMissing. arNew is the ArrayList of items in arNow that are not in arOriginal. arMissing is the ArrayList of items in arOriginal but not in arNow. I also need to surmise that each ArrayList (arOriginal and arNow) can contain up to 2 million items. What is the fastest way to do the searching? I am almost ruling out doing a linear search using Contains().

GeneralRe: ArrayList Comparison/Diff Pin
Rob Graham19-Dec-02 5:07
Rob Graham19-Dec-02 5:07 
GeneralRe: ArrayList Comparison/Diff Pin
Eric Gunnerson (msft)19-Dec-02 10:36
Eric Gunnerson (msft)19-Dec-02 10:36 
QuestionExtender Bug? Or am I missing something? Pin
FruitBatInShades18-Dec-02 23:53
FruitBatInShades18-Dec-02 23:53 
GeneralPoint out the error Pin
sns18-Dec-02 21:41
sns18-Dec-02 21:41 
GeneralRe: Point out the error Pin
Jeff J19-Dec-02 15:11
Jeff J19-Dec-02 15:11 
GeneralRe: Point out the error Pin
sns20-Dec-02 1:57
sns20-Dec-02 1:57 
GeneralRe: Point out the error Pin
sns20-Dec-02 17:29
sns20-Dec-02 17:29 
GeneralRe: Point out the error Pin
Jeff J20-Dec-02 18:08
Jeff J20-Dec-02 18:08 
GeneralRe: Point out the error Pin
sns22-Dec-02 21:19
sns22-Dec-02 21:19 
GeneralRe: Point out the error Pin
WizardOfPeyton23-Dec-02 12:52
WizardOfPeyton23-Dec-02 12:52 
GeneralRe: Point out the error Pin
sns23-Dec-02 18:33
sns23-Dec-02 18:33 
GeneralRe: Point out the error Pin
WizardOfPeyton24-Dec-02 7:28
WizardOfPeyton24-Dec-02 7:28 
GeneralRe: Point out the error Pin
sns25-Dec-02 19:45
sns25-Dec-02 19:45 
GeneralRe: Point out the error Pin
WizardOfPeyton15-Jan-03 5:14
WizardOfPeyton15-Jan-03 5:14 
Generaladding extensions to the standard window's context menu Pin
jtmtv1818-Dec-02 18:36
jtmtv1818-Dec-02 18:36 
GeneralRe: adding extensions to the standard window's context menu Pin
Kannan Kalyanaraman18-Dec-02 21:30
Kannan Kalyanaraman18-Dec-02 21:30 
QuestionAnything I should watch out for doing this? Pin
LongRange.Shooter18-Dec-02 11:05
LongRange.Shooter18-Dec-02 11:05 

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.