Click here to Skip to main content
15,900,816 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to use dll(mfc) in web service Pin
Heath Stewart24-Feb-04 4:19
protectorHeath Stewart24-Feb-04 4:19 
GeneralRe: how to use dll(mfc) in web service Pin
wangxuefeng24-Feb-04 23:26
wangxuefeng24-Feb-04 23:26 
GeneralRe: how to use dll(mfc) in web service Pin
Heath Stewart25-Feb-04 2:43
protectorHeath Stewart25-Feb-04 2:43 
GeneralRe: how to use dll(mfc) in web service Pin
wangxuefeng25-Feb-04 13:36
wangxuefeng25-Feb-04 13:36 
AnswerRe: how to use dll(mfc) in web service Pin
wangxuefeng24-Feb-04 21:43
wangxuefeng24-Feb-04 21:43 
Generalfile processing Pin
Rob Tomson23-Feb-04 12:47
Rob Tomson23-Feb-04 12:47 
GeneralRe: file processing Pin
je_gonzalez23-Feb-04 15:27
je_gonzalez23-Feb-04 15:27 
GeneralRe: file processing Pin
Heath Stewart24-Feb-04 4:14
protectorHeath Stewart24-Feb-04 4:14 
There are a few ways to better the performance, but that's an exercise for the original poster.

I just wanted to add that you should either use Char.ToLower before comparing, or something similar. Currently, the code won't recognize the following case (and similar cases): @"c:\dir1\file1.ext" and @"C:\DIR1\FILE2.ext" (even one difference in case would cause this to fail). Paths in Windows are case-insensitive.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: file processing Pin
je_gonzalez24-Feb-04 5:04
je_gonzalez24-Feb-04 5:04 
GeneralRe: file processing Pin
Rob Tomson24-Feb-04 17:45
Rob Tomson24-Feb-04 17:45 
GeneralRe: file processing Pin
je_gonzalez24-Feb-04 19:40
je_gonzalez24-Feb-04 19:40 
Questionhow to clear a combobox? Pin
Anonymous23-Feb-04 11:56
Anonymous23-Feb-04 11:56 
AnswerRe: how to clear a combobox? Pin
Werdna23-Feb-04 14:27
Werdna23-Feb-04 14:27 
QuestionHow to get number of running threads? Pin
CWIZO23-Feb-04 11:32
CWIZO23-Feb-04 11:32 
AnswerRe: How to get number of running threads? Pin
Heath Stewart24-Feb-04 4:03
protectorHeath Stewart24-Feb-04 4:03 
GeneralRe: How to get number of running threads? Pin
CWIZO24-Feb-04 4:08
CWIZO24-Feb-04 4:08 
GeneralWin32 to .NET Framework API Map Pin
Kant23-Feb-04 9:10
Kant23-Feb-04 9:10 
GeneralRe: Win32 to .NET Framework API Map Pin
Kentamanos23-Feb-04 11:10
Kentamanos23-Feb-04 11:10 
GeneralRe: Win32 to .NET Framework API Map Pin
Alexsander Antunes1-Mar-04 7:52
professionalAlexsander Antunes1-Mar-04 7:52 
GeneralChanging border color in a Win Button control. Pin
jose.cebrian23-Feb-04 8:51
sussjose.cebrian23-Feb-04 8:51 
GeneralRe: Changing border color in a Win Button control. Pin
Heath Stewart23-Feb-04 9:16
protectorHeath Stewart23-Feb-04 9:16 
GeneralRe: Changing border color in a Win Button control. Pin
jose.cebrian23-Feb-04 22:31
sussjose.cebrian23-Feb-04 22:31 
GeneralCOM - STRRET Issues Pin
Tristan Rhodes23-Feb-04 8:34
Tristan Rhodes23-Feb-04 8:34 
GeneralRe: COM - STRRET Issues Pin
Heath Stewart23-Feb-04 9:14
protectorHeath Stewart23-Feb-04 9:14 
GeneralRe: COM - STRRET Issues Pin
Tristan Rhodes23-Feb-04 9:41
Tristan Rhodes23-Feb-04 9:41 

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.